Package org.apache.ignite.marshalling


package org.apache.ignite.marshalling
  • Class
    Description
    The ByteArrayMarshaller interface is designed to marshal and unmarshal objects to and from byte arrays.
    Object marshaller interface that is used in every Ignite API that requires serialization/deserialization of user objects.
    Exception thrown when an object type is not supported by the marshaller.
    Exception thrown when unmarshalling failed.
    Exception thrown when an object type is not supported by the marshaller.