@Deprecated public class ProtoStreamMarshaller extends ProtoStreamMarshaller
marshallableTypeHints| Constructor and Description |
|---|
ProtoStreamMarshaller()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static org.infinispan.protostream.SerializationContext |
getSerializationContext(RemoteCacheManager remoteCacheManager)
Deprecated.
since 10.0 and will be removed in the future. Use
MarshallerUtil.getSerializationContext(RemoteCacheManager)
instead. |
getSerializationContext, isMarshallable, mediaType, objectFromByteBuffer, objectToBuffer, registergetBufferSizePredictor, objectFromByteBuffer, objectFromInputStream, objectToBuffer, objectToByteBuffer, objectToByteBufferclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitialize, start, stop@Deprecated public static org.infinispan.protostream.SerializationContext getSerializationContext(RemoteCacheManager remoteCacheManager)
MarshallerUtil.getSerializationContext(RemoteCacheManager)
instead.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 © 2021 JBoss by Red Hat. All rights reserved.