Package org.redisson.client.protocol
Interface Encoder
-
public interface Encoder
- Author:
- Nikita Koksharov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.netty.buffer.ByteBuf
encode(Object in)
-
-
-
Method Detail
-
encode
io.netty.buffer.ByteBuf encode(Object in) throws IOException
- Throws:
IOException
-
-