Table of Contents

Namespace Apache.Ignite.Marshalling

Classes

JsonMarshaller<T>

JSON marshaller. Uses JsonSerializer.

MarshallingException

Exception thrown when an object type is not supported by the marshaller.

UnmarshallingException

Exception thrown when unmarshalling failed.

UnsupportedObjectTypeMarshallingException

Exception thrown when an object type is not supported by the marshaller.

Interfaces

IMarshaller<T>

Ignite marshaller (serializer / deserializer).

Marshaller is used in APIs that require transferring custom objects over the wire, such as Compute arguments and results.

See also JsonMarshaller<T>.