public class BigIntegerSerializer extends Object implements Serializer
| Constructor and Description |
|---|
BigIntegerSerializer() |
| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(byte[] bigIntBytes)
Deserialize the content of an object from a byte array.
|
byte[] |
serialize(Object bigInt)
Serialize the content of an object into a byte array.
|
public Object deserialize(byte[] bigIntBytes) throws IOException
Serializerdeserialize in interface SerializerbigIntBytes - Byte array representation of the objectIOExceptionpublic byte[] serialize(Object bigInt) throws IOException
Serializerserialize in interface SerializerbigInt - Object to serializeIOExceptionCopyright © 2003-2012 Apache Software Foundation. All Rights Reserved.