public class JsonCodec extends Object implements Codec
JsonCodec()
<T> T
decode(io.netty.buffer.ByteBuf buffer, Class<T> tClass)
io.netty.buffer.ByteBuf
encode(Object object)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JsonCodec()
public io.netty.buffer.ByteBuf encode(Object object)
encode
Codec
public <T> T decode(io.netty.buffer.ByteBuf buffer, Class<T> tClass)
decode
Copyright © 2024. All rights reserved.