public interface Serializable
ObjectFile
Modifier and Type | Method and Description |
---|---|
void |
deserialize(Serializer s)
Deserializes (loads) the object data from the given serializer.
|
void |
serialize(Serializer s)
Serializes (saves) the object data to the given serializer.
|
void serialize(Serializer s)
s
- the serializer for the objectvoid deserialize(Serializer s)
s
- the serializer