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