Package de.otto.synapse.state
Class ChronicleMapBytesMarshaller<V>
java.lang.Object
de.otto.synapse.state.ChronicleMapBytesMarshaller<V>
- All Implemented Interfaces:
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>
-
Field Summary
-
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
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
-
Constructor Details
-
ChronicleMapBytesMarshaller
-
ChronicleMapBytesMarshaller
public ChronicleMapBytesMarshaller(com.fasterxml.jackson.databind.ObjectMapper objectMapper, java.lang.Class<V> clazz)
-
-
Method Details