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 aDefaultSessionMetaDataEntry.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description DefaultSessionMetaDataEntryMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends DefaultSessionMetaDataEntry<Object>>getJavaClass()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, wait
-
Methods inherited from interface org.wildfly.clustering.marshalling.protostream.Marshallable
size
-
Methods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
getTypeName, read, write
-
-
-
-
Method Detail
-
readFrom
public DefaultSessionMetaDataEntry<Object> readFrom(ProtoStreamReader reader) throws IOException
- 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
public Class<? extends DefaultSessionMetaDataEntry<Object>> getJavaClass()
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<DefaultSessionMetaDataEntry<Object>>- Specified by:
getJavaClassin interfaceMarshallable<DefaultSessionMetaDataEntry<Object>>
-
-