Package net.metanotion.io
Interface Serializer<T>
-
- All Known Implementing Classes:
IdentityBytes
,IntBytes
,StringBytes
,UTF8StringBytes
public interface Serializer<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
construct(byte[] b)
byte[]
getBytes(T o)
-