public class CompatibilityProtoStreamMarshaller extends BaseProtoStreamMarshaller
EmbeddedCacheManager marshaller that should be used as compatibility mode marshaller in server. An
instance cannot be shared between multiple cache managers.| Modifier and Type | Field and Description |
|---|---|
protected EmbeddedCacheManager |
cacheManager |
marshallableTypeHints| Constructor and Description |
|---|
CompatibilityProtoStreamMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
protected org.infinispan.protostream.SerializationContext |
getSerializationContext()
Subclasses must implement this method in order to provide a way to lookup the
SerializationContext |
isMarshallable, mediaType, objectFromByteBuffer, objectToBuffergetBufferSizePredictor, objectFromByteBuffer, objectFromInputStream, objectToBuffer, objectToByteBuffer, objectToByteBufferprotected EmbeddedCacheManager cacheManager
protected org.infinispan.protostream.SerializationContext getSerializationContext()
BaseProtoStreamMarshallerSerializationContextgetSerializationContext in class BaseProtoStreamMarshaller