Interface BandanaSerializer
- All Known Implementing Classes:
XStreamBandanaSerializer
public interface BandanaSerializer
Interface providing object serialization and deserialization for Bandana records.
-
Method Summary
-
Method Details
-
serialize
Serialize an object.- Parameters:
obj
- the object to serializewriter
- a writer to serialize the object to- Throws:
IOException
-
deserialize
Deserialize an object.- Parameters:
reader
- a reader providing the serialized object- Returns:
- the deserialized object
- Throws:
IOException
-