public class ProtoStreamMarshaller extends BaseProtoStreamMarshaller
marshallableTypeHints
Constructor and Description |
---|
ProtoStreamMarshaller() |
Modifier and Type | Method and Description |
---|---|
org.infinispan.protostream.SerializationContext |
getSerializationContext() |
static org.infinispan.protostream.SerializationContext |
getSerializationContext(RemoteCacheManager remoteCacheManager)
Obtains the
SerializationContext associated with the given remote cache manager. |
isMarshallable, objectFromByteBuffer, objectToBuffer
getBufferSizePredictor, objectFromByteBuffer, objectFromInputStream, objectToBuffer, objectToByteBuffer, objectToByteBuffer
public org.infinispan.protostream.SerializationContext getSerializationContext()
getSerializationContext
in class BaseProtoStreamMarshaller
public static org.infinispan.protostream.SerializationContext getSerializationContext(RemoteCacheManager remoteCacheManager)
SerializationContext
associated with the given remote cache manager.remoteCacheManager
- the remote cache manager (must not be null
)SerializationContext
HotRodClientException
- if the cache manager is not configured to use a ProtoStreamMarshaller
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.