Class StatefulSerializedProxyMarshaller
- java.lang.Object
-
- org.wildfly.clustering.weld.ejb.component.stateful.StatefulSerializedProxyMarshaller
-
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<org.jboss.as.ejb3.component.stateful.StatefulSerializedProxy>,org.infinispan.protostream.ProtobufTagMarshaller<org.jboss.as.ejb3.component.stateful.StatefulSerializedProxy>,Marshallable<org.jboss.as.ejb3.component.stateful.StatefulSerializedProxy>,ProtoStreamMarshaller<org.jboss.as.ejb3.component.stateful.StatefulSerializedProxy>
public class StatefulSerializedProxyMarshaller extends Object implements ProtoStreamMarshaller<org.jboss.as.ejb3.component.stateful.StatefulSerializedProxy>
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description StatefulSerializedProxyMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends org.jboss.as.ejb3.component.stateful.StatefulSerializedProxy>getJavaClass()org.jboss.as.ejb3.component.stateful.StatefulSerializedProxyreadFrom(ProtoStreamReader reader)voidwriteTo(ProtoStreamWriter writer, org.jboss.as.ejb3.component.stateful.StatefulSerializedProxy proxy)-
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.ProtoStreamMarshaller
getTypeName, read, write
-
-
-
-
Method Detail
-
getJavaClass
public Class<? extends org.jboss.as.ejb3.component.stateful.StatefulSerializedProxy> getJavaClass()
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<org.jboss.as.ejb3.component.stateful.StatefulSerializedProxy>- Specified by:
getJavaClassin interfaceMarshallable<org.jboss.as.ejb3.component.stateful.StatefulSerializedProxy>
-
readFrom
public org.jboss.as.ejb3.component.stateful.StatefulSerializedProxy readFrom(ProtoStreamReader reader) throws IOException
- Specified by:
readFromin interfaceMarshallable<org.jboss.as.ejb3.component.stateful.StatefulSerializedProxy>- Throws:
IOException
-
writeTo
public void writeTo(ProtoStreamWriter writer, org.jboss.as.ejb3.component.stateful.StatefulSerializedProxy proxy) throws IOException
- Specified by:
writeToin interfaceMarshallable<org.jboss.as.ejb3.component.stateful.StatefulSerializedProxy>- Throws:
IOException
-
-