Uses of Package
org.infinispan.marshall.protostream.impl
Packages that use org.infinispan.marshall.protostream.impl
Package
Description
This package should mainly contain
MessageMarshaller implementations for classes
which a static inner class is not possible.-
Classes in org.infinispan.marshall.protostream.impl used by org.infinispan.encodingClassDescriptionManages
SerializationContextacross modules for use by various components. -
Classes in org.infinispan.marshall.protostream.impl used by org.infinispan.marshall.persistence.implClassDescriptionAn abstract ProtoStream based
MarshallerandStreamAwareMarshallerimplementation that is the basis of the Persistence and Global marshallers. -
Classes in org.infinispan.marshall.protostream.impl used by org.infinispan.marshall.protostream.implClassDescriptionA wrapper message used by ProtoStream Marshallers to allow user objects to be marshalled/unmarshalled via the
MarshallableUserObject.Marshallerimplementation, which delegates to the configured user marshaller inSerializationConfigurationif it exists.ManagesSerializationContextacross modules for use by various components.