Class InstantMarshaller
- java.lang.Object
-
- org.wildfly.clustering.marshalling.protostream.FunctionalMarshaller<Instant,Duration>
-
- org.wildfly.clustering.marshalling.protostream.time.InstantMarshaller
-
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<Instant>,org.infinispan.protostream.ProtobufTagMarshaller<Instant>,Marshallable<Instant>,ProtoStreamMarshaller<Instant>
public class InstantMarshaller extends FunctionalMarshaller<Instant,Duration>
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description InstantMarshaller()
-
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
-
-