public class PooledObjectConverter extends Object
Constructor and Description |
---|
PooledObjectConverter() |
Modifier and Type | Method and Description |
---|---|
static Object |
deserialize(byte[] data) |
static byte[] |
serialize(Object value) |
static Object |
unzip(byte[] data) |
static byte[] |
zip(Object value) |
public static byte[] serialize(Object value) throws IOException
IOException
public static Object deserialize(byte[] data) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public static byte[] zip(Object value) throws IOException
IOException
public static Object unzip(byte[] data) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Copyright © GigaSpaces.