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