Class InfinispanProtoStreamMarshaller
java.lang.Object
org.wildfly.clustering.infinispan.marshalling.AbstractMarshaller
org.wildfly.clustering.infinispan.marshalling.UserMarshaller
org.wildfly.clustering.infinispan.marshalling.protostream.ProtoStreamMarshaller
org.wildfly.clustering.infinispan.marshall.InfinispanProtoStreamMarshaller
- All Implemented Interfaces:
org.infinispan.commons.marshall.Marshaller,org.infinispan.commons.marshall.StreamAwareMarshaller
- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from class org.wildfly.clustering.infinispan.marshalling.protostream.ProtoStreamMarshaller
MEDIA_TYPE, MEDIA_TYPE_NAME -
Constructor Summary
ConstructorsConstructorDescriptionInfinispanProtoStreamMarshaller(ClassLoaderMarshaller loaderMarshaller, UnaryOperator<SerializationContextBuilder> operator) -
Method Summary
Methods inherited from class org.wildfly.clustering.infinispan.marshalling.UserMarshaller
isMarshallable, mediaType, readObject, sizeEstimate, writeObjectMethods inherited from class org.wildfly.clustering.infinispan.marshalling.AbstractMarshaller
getBufferSizePredictor, objectFromByteBuffer, objectFromByteBuffer, objectToBuffer, objectToByteBuffer, objectToByteBuffer, stopMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.infinispan.commons.marshall.Marshaller
initialize, start
-
Constructor Details
-
InfinispanProtoStreamMarshaller
public InfinispanProtoStreamMarshaller(ClassLoaderMarshaller loaderMarshaller, UnaryOperator<SerializationContextBuilder> operator)
-