Package org.infinispan.marshall.protostream.impl
package org.infinispan.marshall.protostream.impl
- THIS IS NOT PUBLIC API! This is a private implementation detail and must not be referenced by user code.
-
ClassDescriptionAn abstract ProtoStream based
MarshallerandStreamAwareMarshallerimplementation that is the basis of the Persistence and Global marshallers.Interface used to initialise theGlobalMarshaller'sSerializationContextusing the specified Pojos, Marshaller implementations and provided .proto schemas.WARNING: Generated code!A globally-scoped marshaller for cluster communication.A wrapper for arrays of objects whose type is unknown until runtime.WARNING: Generated code!WARNING: Generated code!A wrapper for aDequeof objects whose type is unknown until runtime.WARNING: Generated code!A wrapper object that allows a genericSerializablelambda to be marshalled by wrapping the contents of aSerializedLambdaobject.WARNING: Generated code!A wrapper for aListof objects whose type is unknown until runtime.WARNING: Generated code!MarshallableMap<K,V> A wrapper for Maps of user objects whose key/value type is unknown until runtime.WARNING: Generated code!A wrapper for interface implementations which can either be marshalled by theGlobalMarshalleror the configured user marshaller if no internal marshaller exists for the implementation.WARNING: Generated code!A wrapper for aSetof objects whose type is unknown until runtime.WARNING: Generated code!WARNING: Generated code!A wrapper message used by ProtoStream Marshallers to allow user objects to be marshalled/unmarshalled via theMarshallableUserObject.Marshallerimplementation, which delegates to the configured user marshaller inSerializationConfigurationif it exists.WARNING: Generated code!ManagesSerializationContextacross modules for use by various components.A utility class for common actions related to ProtoStreamWrappedMessage.