Uses of Interface
org.apache.ignite.marshaller.MarshallerContext
-
Packages that use MarshallerContext Package Description org.apache.ignite.marshaller -
-
Uses of MarshallerContext in org.apache.ignite.marshaller
Fields in org.apache.ignite.marshaller declared as MarshallerContext Modifier and Type Field Description protected MarshallerContextAbstractMarshaller. ctxContext.Methods in org.apache.ignite.marshaller that return MarshallerContext Modifier and Type Method Description MarshallerContextAbstractMarshaller. getContext()Methods in org.apache.ignite.marshaller with parameters of type MarshallerContext Modifier and Type Method Description voidAbstractMarshaller. setContext(MarshallerContext ctx)Sets marshaller context.voidMarshaller. setContext(MarshallerContext ctx)Sets marshaller context.
-