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 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
Fields inherited from interface net.openhft.chronicle.wire.ReadMarshallable
DISCARDFields inherited from interface net.openhft.chronicle.wire.WriteMarshallable
EMPTY -
Constructor Summary
ConstructorsConstructorDescriptionChronicleMapBytesMarshaller(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Class<V> clazz) ChronicleMapBytesMarshaller(Class<V> clazz) -
Method Summary
Modifier and TypeMethodDescriptionvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.openhft.chronicle.bytes.CommonMarshallable
usesSelfDescribingMessageMethods inherited from interface net.openhft.chronicle.wire.Marshallable
$fieldInfoMap, $fieldInfos, className, copyTo, deepCopy, getField, getLongField, mergeToMap, readMarshallable, reset, setField, setLongField, writeMarshallableMethods inherited from interface net.openhft.chronicle.wire.ReadMarshallable
unexpectedFieldMethods inherited from interface net.openhft.chronicle.wire.WriteMarshallable
binaryLengthLength, writeValue
-
Constructor Details
-
ChronicleMapBytesMarshaller
-
ChronicleMapBytesMarshaller
-
-
Method Details