Package org.apache.ignite.marshalling
Interface NoopMarshaller<T>
- All Superinterfaces:
Marshaller<T,
Object>
Noop marshaller that does not perform any transformation on the object.
-
Method Summary
-
Method Details
-
create
-
marshal
Description copied from interface:Marshaller
Marshal the object into raw type.- Specified by:
marshal
in interfaceMarshaller<T,
Object> - Parameters:
object
- object to marshal.- Returns:
- raw presentation of object.
-
unmarshal
Description copied from interface:Marshaller
Unmarshal the raw type into object.- Specified by:
unmarshal
in interfaceMarshaller<T,
Object> - Parameters:
object
- raw presentation of object.- Returns:
- object.
-