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
-
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 SerializedStatefulSessionObject>readFrom(ProtoStreamReader reader) voidwriteTo(ProtoStreamWriter writer, SerializedStatefulSessionObject object) 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
-
SerializedStatefulSessionObjectMarshaller
public SerializedStatefulSessionObjectMarshaller()
-
-
Method Details
-
getJavaClass
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<SerializedStatefulSessionObject>- Specified by:
getJavaClassin interfaceMarshallable<SerializedStatefulSessionObject>
-
readFrom
- Specified by:
readFromin interfaceReadable<SerializedStatefulSessionObject>- Throws:
IOException
-
writeTo
public void writeTo(ProtoStreamWriter writer, SerializedStatefulSessionObject object) throws IOException - Specified by:
writeToin interfaceWritable<SerializedStatefulSessionObject>- Throws:
IOException
-