Class FunctionMapperImplMarshaller
java.lang.Object
org.wildfly.clustering.el.expressly.lang.FunctionMapperImplMarshaller
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<org.glassfish.expressly.lang.FunctionMapperImpl>,org.infinispan.protostream.ProtobufTagMarshaller<org.glassfish.expressly.lang.FunctionMapperImpl>,Marshallable<org.glassfish.expressly.lang.FunctionMapperImpl>,ProtoStreamMarshaller<org.glassfish.expressly.lang.FunctionMapperImpl>,Readable<org.glassfish.expressly.lang.FunctionMapperImpl>,Writable<org.glassfish.expressly.lang.FunctionMapperImpl>
public class FunctionMapperImplMarshaller
extends Object
implements ProtoStreamMarshaller<org.glassfish.expressly.lang.FunctionMapperImpl>
- 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 org.glassfish.expressly.lang.FunctionMapperImpl>org.glassfish.expressly.lang.FunctionMapperImplreadFrom(ProtoStreamReader reader) voidwriteTo(ProtoStreamWriter writer, org.glassfish.expressly.lang.FunctionMapperImpl value) 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
-
FunctionMapperImplMarshaller
public FunctionMapperImplMarshaller()
-
-
Method Details
-
getJavaClass
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<org.glassfish.expressly.lang.FunctionMapperImpl>- Specified by:
getJavaClassin interfaceMarshallable<org.glassfish.expressly.lang.FunctionMapperImpl>
-
readFrom
public org.glassfish.expressly.lang.FunctionMapperImpl readFrom(ProtoStreamReader reader) throws IOException - Specified by:
readFromin interfaceReadable<org.glassfish.expressly.lang.FunctionMapperImpl>- Throws:
IOException
-
writeTo
public void writeTo(ProtoStreamWriter writer, org.glassfish.expressly.lang.FunctionMapperImpl value) throws IOException - Specified by:
writeToin interfaceWritable<org.glassfish.expressly.lang.FunctionMapperImpl>- Throws:
IOException
-