public interface GridClientMarshaller
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
marshal(Object obj,
int off)
Marshals object to byte array.
|
<T> T |
unmarshal(byte[] bytes)
Unmarshals object from byte array.
|
ByteBuffer marshal(Object obj, int off) throws IOException
obj - Object to marshal.off - Start offset.IOException - If marshalling failed.<T> T unmarshal(byte[] bytes)
throws IOException
bytes - Byte array.IOException - If unmarshalling failed.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018