Uses of Interface
org.apache.ignite.marshaller.Marshaller
-
Packages that use Marshaller Package Description org.apache.ignite.internal.binary org.apache.ignite.internal.marshaller.optimized org.apache.ignite.marshaller org.apache.ignite.marshaller.jdk Contains JDK java.io based marshaller. -
-
Uses of Marshaller in org.apache.ignite.internal.binary
Classes in org.apache.ignite.internal.binary that implement Marshaller Modifier and Type Class Description classBinaryMarshallerImplementation ofMarshallerthat lets to serialize and deserialize all objects in the binary format. -
Uses of Marshaller in org.apache.ignite.internal.marshaller.optimized
Subinterfaces of Marshaller in org.apache.ignite.internal.marshaller.optimized Modifier and Type Interface Description interfaceOptimizedMarshallerOptimized implementation ofMarshaller. -
Uses of Marshaller in org.apache.ignite.marshaller
Classes in org.apache.ignite.marshaller that implement Marshaller Modifier and Type Class Description classAbstractMarshallerBase class for marshallers.classAbstractNodeNameAwareMarshallerMarshaller allowing forIgnition#localIgnite()calls.Methods in org.apache.ignite.marshaller with parameters of type Marshaller Modifier and Type Method Description static voidMarshallers. marshal(Marshaller marsh, @Nullable Object obj, OutputStream out)Marshals object to byte array.static byte[]Marshallers. marshal(Marshaller marsh, Object obj)Marshals object to byte array. -
Uses of Marshaller in org.apache.ignite.marshaller.jdk
Subinterfaces of Marshaller in org.apache.ignite.marshaller.jdk Modifier and Type Interface Description interfaceJdkMarshallerImplementation ofMarshallerbased on JDK serialization mechanism.
-