Class ValueExpressionLiteralMarshaller

java.lang.Object
org.wildfly.clustering.el.expressly.ValueExpressionLiteralMarshaller
All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<org.glassfish.expressly.ValueExpressionLiteral>, org.infinispan.protostream.ProtobufTagMarshaller<org.glassfish.expressly.ValueExpressionLiteral>, Marshallable<org.glassfish.expressly.ValueExpressionLiteral>, ProtoStreamMarshaller<org.glassfish.expressly.ValueExpressionLiteral>, Readable<org.glassfish.expressly.ValueExpressionLiteral>, Writable<org.glassfish.expressly.ValueExpressionLiteral>

public class ValueExpressionLiteralMarshaller extends Object implements ProtoStreamMarshaller<org.glassfish.expressly.ValueExpressionLiteral>
ProtoStreamMarshaller for a ValueExpressionLiteral.
Author:
Paul Ferraro
  • Constructor Details

    • ValueExpressionLiteralMarshaller

      public ValueExpressionLiteralMarshaller()
  • Method Details

    • getJavaClass

      public Class<? extends org.glassfish.expressly.ValueExpressionLiteral> getJavaClass()
      Specified by:
      getJavaClass in interface org.infinispan.protostream.BaseMarshaller<org.glassfish.expressly.ValueExpressionLiteral>
      Specified by:
      getJavaClass in interface Marshallable<org.glassfish.expressly.ValueExpressionLiteral>
    • readFrom

      public org.glassfish.expressly.ValueExpressionLiteral readFrom(ProtoStreamReader reader) throws IOException
      Specified by:
      readFrom in interface Readable<org.glassfish.expressly.ValueExpressionLiteral>
      Throws:
      IOException
    • writeTo

      public void writeTo(ProtoStreamWriter writer, org.glassfish.expressly.ValueExpressionLiteral literal) throws IOException
      Specified by:
      writeTo in interface Writable<org.glassfish.expressly.ValueExpressionLiteral>
      Throws:
      IOException