Class DefaultSessionMetaDataEntryMarshaller
java.lang.Object
org.wildfly.clustering.web.cache.session.metadata.coarse.DefaultSessionMetaDataEntryMarshaller
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<DefaultSessionMetaDataEntry<Object>>,org.infinispan.protostream.ProtobufTagMarshaller<DefaultSessionMetaDataEntry<Object>>,Marshallable<DefaultSessionMetaDataEntry<Object>>,ProtoStreamMarshaller<DefaultSessionMetaDataEntry<Object>>,Readable<DefaultSessionMetaDataEntry<Object>>,Writable<DefaultSessionMetaDataEntry<Object>>
public class DefaultSessionMetaDataEntryMarshaller
extends Object
implements ProtoStreamMarshaller<DefaultSessionMetaDataEntry<Object>>
Protostream marshaller for a
DefaultSessionMetaDataEntry.- Author:
- Paul Ferraro
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.infinispan.protostream.ProtobufTagMarshaller
org.infinispan.protostream.ProtobufTagMarshaller.OperationContext, org.infinispan.protostream.ProtobufTagMarshaller.ReadContext, org.infinispan.protostream.ProtobufTagMarshaller.WriteContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends DefaultSessionMetaDataEntry<Object>>readFrom(ProtoStreamReader reader) voidwriteTo(ProtoStreamWriter writer, DefaultSessionMetaDataEntry<Object> metaData) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.marshalling.protostream.Marshallable
sizeMethods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
getTypeName, read, write
-
Constructor Details
-
DefaultSessionMetaDataEntryMarshaller
public DefaultSessionMetaDataEntryMarshaller()
-
-
Method Details
-
readFrom
- Specified by:
readFromin interfaceReadable<DefaultSessionMetaDataEntry<Object>>- Throws:
IOException
-
writeTo
public void writeTo(ProtoStreamWriter writer, DefaultSessionMetaDataEntry<Object> metaData) throws IOException - Specified by:
writeToin interfaceWritable<DefaultSessionMetaDataEntry<Object>>- Throws:
IOException
-
getJavaClass
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<DefaultSessionMetaDataEntry<Object>>- Specified by:
getJavaClassin interfaceMarshallable<DefaultSessionMetaDataEntry<Object>>
-