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>,Readable<org.glassfish.expressly.MethodExpressionLiteral>,Writable<org.glassfish.expressly.MethodExpressionLiteral>
public class MethodExpressionLiteralMarshaller
extends Object
implements ProtoStreamMarshaller<org.glassfish.expressly.MethodExpressionLiteral>
ProtoStreamMarshaller for a MethodExpressionLiteral.- 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.MethodExpressionLiteral>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, 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
-
MethodExpressionLiteralMarshaller
public MethodExpressionLiteralMarshaller()
-
-
Method Details
-
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 interfaceReadable<org.glassfish.expressly.MethodExpressionLiteral>- Throws:
IOException
-
writeTo
public void writeTo(ProtoStreamWriter writer, org.glassfish.expressly.MethodExpressionLiteral value) throws IOException - Specified by:
writeToin interfaceWritable<org.glassfish.expressly.MethodExpressionLiteral>- Throws:
IOException
-