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