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