Class LocationMarshaller
java.lang.Object
org.wildfly.clustering.faces.view.LocationMarshaller
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<jakarta.faces.view.Location>,org.infinispan.protostream.ProtobufTagMarshaller<jakarta.faces.view.Location>,Marshallable<jakarta.faces.view.Location>,ProtoStreamMarshaller<jakarta.faces.view.Location>,Readable<jakarta.faces.view.Location>,Writable<jakarta.faces.view.Location>
public class LocationMarshaller
extends Object
implements ProtoStreamMarshaller<jakarta.faces.view.Location>
Marshaller for a
Location.- 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 jakarta.faces.view.Location>jakarta.faces.view.LocationreadFrom(ProtoStreamReader reader) voidwriteTo(ProtoStreamWriter writer, jakarta.faces.view.Location location) 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
-
LocationMarshaller
public LocationMarshaller()
-
-
Method Details
-
getJavaClass
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<jakarta.faces.view.Location>- Specified by:
getJavaClassin interfaceMarshallable<jakarta.faces.view.Location>
-
readFrom
- Specified by:
readFromin interfaceReadable<jakarta.faces.view.Location>- Throws:
IOException
-
writeTo
public void writeTo(ProtoStreamWriter writer, jakarta.faces.view.Location location) throws IOException - Specified by:
writeToin interfaceWritable<jakarta.faces.view.Location>- Throws:
IOException
-