Uses of Interface
org.apache.ignite.marshaller.jdk.JdkMarshaller
-
Packages that use JdkMarshaller Package Description org.apache.ignite.marshaller Contains various supported marshallers.org.apache.ignite.marshaller.jdk Contains JDK java.io based marshaller. -
-
Uses of JdkMarshaller in org.apache.ignite.marshaller
Methods in org.apache.ignite.marshaller that return JdkMarshaller Modifier and Type Method Description static JdkMarshallerMarshallers. jdk()static JdkMarshallerMarshallers. jdk(@Nullable IgnitePredicate<String> clsFilter)JdkMarshallerMarshallersFactory. jdk()JdkMarshallerMarshallersFactory. jdk(@Nullable IgnitePredicate<String> clsFilter)JdkMarshallerMarshallersFactoryImpl. jdk()JdkMarshallerMarshallersFactoryImpl. jdk(@Nullable IgnitePredicate<String> clsFilter)JdkMarshallerMarshallerContext. jdkMarshaller() -
Uses of JdkMarshaller in org.apache.ignite.marshaller.jdk
Classes in org.apache.ignite.marshaller.jdk that implement JdkMarshaller Modifier and Type Class Description classJdkMarshallerImplImplementation ofMarshallerbased on JDK serialization mechanism.
-