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
IOExceptionpublic static Object deserialize(byte[] data) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic static byte[] zip(Object value) throws IOException
IOExceptionpublic static Object unzip(byte[] data) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © GigaSpaces.