Package de.otto.synapse.state
Class ChronicleMapBytesMarshaller<V>
- java.lang.Object
-
- de.otto.synapse.state.ChronicleMapBytesMarshaller<V>
-
- All Implemented Interfaces:
net.openhft.chronicle.bytes.CommonMarshallable,net.openhft.chronicle.core.io.Resettable,net.openhft.chronicle.core.util.ReadResolvable<ChronicleMapBytesMarshaller>,net.openhft.chronicle.hash.serialization.BytesReader<V>,net.openhft.chronicle.hash.serialization.BytesWriter<V>,net.openhft.chronicle.wire.Marshallable,net.openhft.chronicle.wire.ReadMarshallable,net.openhft.chronicle.wire.WriteMarshallable,net.openhft.chronicle.wire.WriteValue
public final class ChronicleMapBytesMarshaller<V> extends java.lang.Object implements net.openhft.chronicle.hash.serialization.BytesWriter<V>, net.openhft.chronicle.hash.serialization.BytesReader<V>, net.openhft.chronicle.core.util.ReadResolvable<ChronicleMapBytesMarshaller>
-
-
Constructor Summary
Constructors Constructor Description ChronicleMapBytesMarshaller(com.fasterxml.jackson.databind.ObjectMapper objectMapper, java.lang.Class<V> clazz)ChronicleMapBytesMarshaller(java.lang.Class<V> clazz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vread(net.openhft.chronicle.bytes.Bytes in, V using)ChronicleMapBytesMarshallerreadResolve()voidwrite(net.openhft.chronicle.bytes.Bytes out, V toWrite)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.openhft.chronicle.bytes.CommonMarshallable
usesSelfDescribingMessage
-
-
-
-
Method Detail
-
read
public V read(net.openhft.chronicle.bytes.Bytes in, V using)
- Specified by:
readin interfacenet.openhft.chronicle.hash.serialization.BytesReader<V>
-
write
public void write(net.openhft.chronicle.bytes.Bytes out, V toWrite)- Specified by:
writein interfacenet.openhft.chronicle.hash.serialization.BytesWriter<V>
-
readResolve
public ChronicleMapBytesMarshaller readResolve()
- Specified by:
readResolvein interfacenet.openhft.chronicle.core.util.ReadResolvable<V>
-
-