Class VariableMapperImplMarshaller
- java.lang.Object
-
- org.wildfly.clustering.el.expressly.lang.VariableMapperImplMarshaller
-
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<org.glassfish.expressly.lang.VariableMapperImpl>,org.infinispan.protostream.ProtobufTagMarshaller<org.glassfish.expressly.lang.VariableMapperImpl>,Marshallable<org.glassfish.expressly.lang.VariableMapperImpl>,ProtoStreamMarshaller<org.glassfish.expressly.lang.VariableMapperImpl>
public class VariableMapperImplMarshaller extends Object implements ProtoStreamMarshaller<org.glassfish.expressly.lang.VariableMapperImpl>
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description VariableMapperImplMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends org.glassfish.expressly.lang.VariableMapperImpl>getJavaClass()org.glassfish.expressly.lang.VariableMapperImplreadFrom(ProtoStreamReader reader)voidwriteTo(ProtoStreamWriter writer, org.glassfish.expressly.lang.VariableMapperImpl value)-
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 org.glassfish.expressly.lang.VariableMapperImpl> getJavaClass()
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<org.glassfish.expressly.lang.VariableMapperImpl>- Specified by:
getJavaClassin interfaceMarshallable<org.glassfish.expressly.lang.VariableMapperImpl>
-
readFrom
public org.glassfish.expressly.lang.VariableMapperImpl readFrom(ProtoStreamReader reader) throws IOException
- Specified by:
readFromin interfaceMarshallable<org.glassfish.expressly.lang.VariableMapperImpl>- Throws:
IOException
-
writeTo
public void writeTo(ProtoStreamWriter writer, org.glassfish.expressly.lang.VariableMapperImpl value) throws IOException
- Specified by:
writeToin interfaceMarshallable<org.glassfish.expressly.lang.VariableMapperImpl>- Throws:
IOException
-
-