Package org.apache.ignite.marshaller.jdk
Interface JdkMarshaller
-
- All Superinterfaces:
Marshaller
- All Known Implementing Classes:
JdkMarshallerImpl
public interface JdkMarshaller extends Marshaller
Implementation ofMarshallerbased on JDK serialization mechanism.
-
-
Method Summary
-
Methods inherited from interface org.apache.ignite.marshaller.Marshaller
marshal, marshal, nodeName, onUndeploy, setContext, unmarshal, unmarshal
-
-