public interface ElsaSerializer
| Modifier and Type | Method and Description |
|---|---|
<E> E |
clone(E obj) |
<E> E |
deserialize(DataInput in) |
void |
serialize(DataOutput out,
Object obj) |
void serialize(DataOutput out, Object obj) throws IOException
IOException<E> E deserialize(DataInput in) throws IOException
IOException<E> E clone(E obj)
throws IOException
IOExceptionCopyright © 2016. All Rights Reserved.