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