Class LocationMarshaller
- java.lang.Object
-
- org.wildfly.clustering.faces.view.LocationMarshaller
-
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<javax.faces.view.Location>,org.infinispan.protostream.ProtobufTagMarshaller<javax.faces.view.Location>,Marshallable<javax.faces.view.Location>,ProtoStreamMarshaller<javax.faces.view.Location>
public class LocationMarshaller extends Object implements ProtoStreamMarshaller<javax.faces.view.Location>
Marshaller for aLocation.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description LocationMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends javax.faces.view.Location>getJavaClass()javax.faces.view.LocationreadFrom(ProtoStreamReader reader)voidwriteTo(ProtoStreamWriter writer, javax.faces.view.Location location)-
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 javax.faces.view.Location> getJavaClass()
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<javax.faces.view.Location>- Specified by:
getJavaClassin interfaceMarshallable<javax.faces.view.Location>
-
readFrom
public javax.faces.view.Location readFrom(ProtoStreamReader reader) throws IOException
- Specified by:
readFromin interfaceMarshallable<javax.faces.view.Location>- Throws:
IOException
-
writeTo
public void writeTo(ProtoStreamWriter writer, javax.faces.view.Location location) throws IOException
- Specified by:
writeToin interfaceMarshallable<javax.faces.view.Location>- Throws:
IOException
-
-