Class URIMarshaller
- java.lang.Object
-
- org.wildfly.clustering.marshalling.protostream.FunctionalScalarMarshaller<URI,String>
-
- org.wildfly.clustering.marshalling.protostream.net.URIMarshaller
-
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<URI>,org.infinispan.protostream.ProtobufTagMarshaller<URI>,Marshallable<URI>,ProtoStreamMarshaller<URI>,Readable<URI>,Writable<URI>
public class URIMarshaller extends FunctionalScalarMarshaller<URI,String>
Marshaller for aURI.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description URIMarshaller()
-
Method Summary
-
Methods inherited from class org.wildfly.clustering.marshalling.protostream.FunctionalScalarMarshaller
getJavaClass, readFrom, writeTo
-
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.Marshallable
size
-
Methods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
getTypeName, read, write
-
-