public class SerializationHelper extends Object
| Constructor and Description |
|---|
SerializationHelper() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
readByteArray(DataInput in) |
static Object |
readObject(DataInput in) |
static void |
writeByteArray(DataOutput out,
byte[] value) |
static void |
writeObject(DataOutput out,
Object obj) |
public static void writeObject(DataOutput out, Object obj) throws IOException
IOExceptionpublic static Object readObject(DataInput in) throws IOException
IOExceptionpublic static void writeByteArray(DataOutput out, byte[] value) throws IOException
IOExceptionpublic static byte[] readByteArray(DataInput in) throws IOException
IOExceptionCopyright © 2013 Hazelcast, Inc.. All rights reserved.