Interface Codec<T>
-
- All Known Implementing Classes:
Codecs.ByteArrayCodec,Codecs.DoubleCodec,Codecs.IntegerCodec,Codecs.JsonCodec,Codecs.StringCodec
public interface Codec<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tdecode(byte[] item)byte[]encode(T item)
-