public static class Serializer.Default<M> extends Object implements Serializer<M>
Serializer.Default<M>, Serializer.Source, Serializer.Static, Serializer.Target| Modifier and Type | Method and Description |
|---|---|
void |
close() |
<T> T |
deserialize(M data)
Recreates an object graph based on the given data.
|
M |
serialize(Object object)
Serializes the given object graph into the medium type.
|
public M serialize(Object object)
Serializerserialize in interface Serializer<M>object - the graph's rootpublic <T> T deserialize(M data)
Serializerdeserialize in interface Serializer<M>T - the object's typedata - the medium to read frompublic void close()
close in interface AutoCloseableCopyright © 2022 MicroStream Software. All rights reserved.