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 and Description |
|---|
ChronicleMapBytesMarshaller(java.lang.Class<V> clazz) |
ChronicleMapBytesMarshaller(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
java.lang.Class<V> clazz) |
| Modifier and Type | Method and Description |
|---|---|
V |
read(net.openhft.chronicle.bytes.Bytes in,
V using) |
ChronicleMapBytesMarshaller |
readResolve() |
void |
write(net.openhft.chronicle.bytes.Bytes out,
V toWrite) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait$equals, $fieldInfos, $hashCode, $toString, copyFrom, copyTo, deepCopy, fromFile, fromFile, fromFileAsMap, fromFileAsMap, fromHexString, fromString, fromString, getClassName, getField, mergeToMap, readMarshallable, setField, streamFromFile, streamFromFile, writeMarshallablepublic ChronicleMapBytesMarshaller(java.lang.Class<V> clazz)
public ChronicleMapBytesMarshaller(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
java.lang.Class<V> clazz)
public V read(net.openhft.chronicle.bytes.Bytes in, V using)
read in interface net.openhft.chronicle.hash.serialization.BytesReader<V>public void write(net.openhft.chronicle.bytes.Bytes out,
V toWrite)
write in interface net.openhft.chronicle.hash.serialization.BytesWriter<V>public ChronicleMapBytesMarshaller readResolve()
readResolve in interface net.openhft.chronicle.core.util.ReadResolvable<ChronicleMapBytesMarshaller>