public abstract static class ElsaSerializerBase.Ser<A> extends Object
| Constructor and Description |
|---|
Ser() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
serialize(DataOutput out,
A value,
ElsaStack objectStack)
Serialize the content of an object into a ObjectOutput
|
public abstract void serialize(DataOutput out, A value, ElsaStack objectStack) throws IOException
out - ObjectOutput to save object intovalue - Object to serializeIOExceptionCopyright © 2016. All Rights Reserved.