public interface BytesConverter
Modifier and Type | Method and Description |
---|---|
byte[] |
convertToBytes(java.lang.Object obj)
Converts an Object to bytes.
|
java.lang.Object |
convertToObject(byte[] objectBytes)
Converts bytes to an Object.
|
java.lang.Object convertToObject(byte[] objectBytes)
objectBytes
- bytes of the Objectbyte[] convertToBytes(java.lang.Object obj)
obj
- Object to be converted