|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISerializer
A serializer that can be used to convert an object to byte array and back
| Method Summary | |
|---|---|
Object |
deserialize(byte[] data)
Reconstructs the object from its serialized state |
byte[] |
serialize(Object object)
Converts the object to byte array |
| Method Detail |
|---|
byte[] serialize(Object object)
object - the object to serialize
Object deserialize(byte[] data)
data - the serialized state of the object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||