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, objectToBuffergetBufferSizePredictor, objectFromByteBuffer, objectFromInputStream, objectToBuffer, objectToByteBuffer, objectToByteBufferpublic org.infinispan.protostream.SerializationContext getSerializationContext()
getSerializationContext in class BaseProtoStreamMarshallerpublic 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)SerializationContextHotRodClientException - if the cache manager is not configured to use a ProtoStreamMarshallerCopyright © 2024 JBoss, a division of Red Hat. All rights reserved.