public interface BandanaSerializer
Modifier and Type | Method and Description |
---|---|
Object |
deserialize(Reader reader)
Deserialize an object.
|
void |
serialize(Object obj,
Writer writer)
Serialize an object.
|
void serialize(Object obj, Writer writer) throws IOException
obj
- the object to serializewriter
- a writer to serialize the object toIOException
Object deserialize(Reader reader) throws IOException
reader
- a reader providing the serialized objectIOException
Copyright © 2003–2015 Atlassian. All rights reserved.