Enum Class SessionAttributeMapEntryMarshaller

java.lang.Object
java.lang.Enum<SessionAttributeMapEntryMarshaller>
org.wildfly.clustering.session.cache.attributes.fine.SessionAttributeMapEntryMarshaller
All Implemented Interfaces:
Serializable, Comparable<SessionAttributeMapEntryMarshaller>, Constable, org.infinispan.protostream.BaseMarshaller<SessionAttributeMapEntry<ByteBufferMarshalledValue<Object>>>, org.infinispan.protostream.ProtobufTagMarshaller<SessionAttributeMapEntry<ByteBufferMarshalledValue<Object>>>, Marshallable<SessionAttributeMapEntry<ByteBufferMarshalledValue<Object>>>, ProtoStreamMarshaller<SessionAttributeMapEntry<ByteBufferMarshalledValue<Object>>>, Readable<SessionAttributeMapEntry<ByteBufferMarshalledValue<Object>>>, Writable<SessionAttributeMapEntry<ByteBufferMarshalledValue<Object>>>

ProtoStream marshaller for a SessionAttributeMapEntry.
Author:
Paul Ferraro