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
IOException
public static Object readObject(DataInput in) throws IOException
IOException
public static void writeByteArray(DataOutput out, byte[] value) throws IOException
IOException
public static byte[] readByteArray(DataInput in) throws IOException
IOException
Copyright © 2013 Hazelcast, Inc.. All rights reserved.