Package org.apache.ignite.kvs
Interface IgniteMarshaller
-
public interface IgniteMarshaller
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<?>
getSupportedType()
byte[]
marshal(Object object)
Object
unmarshal(byte[] bytes)
-
-
-
Method Detail
-
getSupportedType
Class<?> getSupportedType()
-
marshal
byte[] marshal(Object object) throws IgniteCheckedException
- Throws:
IgniteCheckedException
-
unmarshal
Object unmarshal(byte[] bytes) throws IgniteCheckedException
- Throws:
IgniteCheckedException
-
-