Package org.wildfly.clustering.weld.ejb
Class SerializedStatefulSessionObjectMarshaller
- java.lang.Object
-
- org.wildfly.clustering.weld.ejb.SerializedStatefulSessionObjectMarshaller
-
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<SerializedStatefulSessionObject>,org.infinispan.protostream.ProtobufTagMarshaller<SerializedStatefulSessionObject>,Marshallable<SerializedStatefulSessionObject>,ProtoStreamMarshaller<SerializedStatefulSessionObject>,Readable<SerializedStatefulSessionObject>,Writable<SerializedStatefulSessionObject>
public class SerializedStatefulSessionObjectMarshaller extends Object implements ProtoStreamMarshaller<SerializedStatefulSessionObject>
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description SerializedStatefulSessionObjectMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends SerializedStatefulSessionObject>getJavaClass()SerializedStatefulSessionObjectreadFrom(ProtoStreamReader reader)voidwriteTo(ProtoStreamWriter writer, SerializedStatefulSessionObject object)-
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
-
getJavaClass
public Class<? extends SerializedStatefulSessionObject> getJavaClass()
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<SerializedStatefulSessionObject>- Specified by:
getJavaClassin interfaceMarshallable<SerializedStatefulSessionObject>
-
readFrom
public SerializedStatefulSessionObject readFrom(ProtoStreamReader reader) throws IOException
- Specified by:
readFromin interfaceReadable<SerializedStatefulSessionObject>- Throws:
IOException
-
writeTo
public void writeTo(ProtoStreamWriter writer, SerializedStatefulSessionObject object) throws IOException
- Specified by:
writeToin interfaceWritable<SerializedStatefulSessionObject>- Throws:
IOException
-
-