public class ThreadLocalMarshaller extends Object
| Constructor and Description | 
|---|
ThreadLocalMarshaller()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Object | 
objectFromByteBuffer(byte[] buffer)
Creates an object from a byte buffer. 
 | 
static byte[] | 
objectToByteBuffer(Object obj)
Serializes an object into a byte buffer. 
 | 
public static Object objectFromByteBuffer(byte[] buffer) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic static byte[] objectToByteBuffer(Object obj) throws IOException
IOExceptionCopyright © GigaSpaces.