protected static interface SerializerBase.Ser<A>
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(DataOutput out,
A value,
SerializerBase.FastArrayList objectStack)
Serialize the content of an object into a ObjectOutput
|
void serialize(DataOutput out, A value, SerializerBase.FastArrayList objectStack) throws IOException
out - ObjectOutput to save object intovalue - Object to serializeIOExceptionCopyright © 2015. All Rights Reserved.