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 toIOExceptionObject deserialize(Reader reader) throws IOException
reader - a reader providing the serialized objectIOExceptionCopyright © 2003–2022 Atlassian. All rights reserved.