Serializer<Integer>public class IntBytes extends Object implements Serializer<Integer>
| Constructor | Description |
|---|---|
IntBytes() |
public byte[] getBytes(Integer o)
getBytes in interface Serializer<Integer>public Integer construct(byte[] b)
construct in interface Serializer<Integer>