Class URLMarshaller
- java.lang.Object
-
- org.wildfly.clustering.marshalling.protostream.FunctionalMarshaller<URL,URI>
-
- org.wildfly.clustering.marshalling.protostream.net.URLMarshaller
-
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<URL>,org.infinispan.protostream.ProtobufTagMarshaller<URL>,Marshallable<URL>,ProtoStreamMarshaller<URL>
public class URLMarshaller extends FunctionalMarshaller<URL,URI>
Marshaller for aURL.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description URLMarshaller()
-
Method Summary
-
Methods inherited from class org.wildfly.clustering.marshalling.protostream.FunctionalMarshaller
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.ProtoStreamMarshaller
getTypeName, read, write
-
-