protected abstract static class SerializerBase.Deser<A> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
SerializerBase.Deser() |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
deserialize(DataInput in,
SerializerBase.FastArrayList objectStack)
Deserialize the content of an object from a DataInput.
|
boolean |
needsObjectStack() |
public abstract Object deserialize(DataInput in, SerializerBase.FastArrayList objectStack) throws IOException
in - to read serialized data fromIOExceptionpublic boolean needsObjectStack()
Copyright © 2015. All Rights Reserved.