public static class ValueOut.MapMarshaller<K,V> extends Object implements WriteMarshallable
WireMarshaller.of(Class) detects this as not a leaf.
Previously this was a lambda, and WireMarshaller.of(Class) Java >= 15 falsely labelled it as a leafEMPTY| Constructor and Description |
|---|
MapMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
writeMarshallable(@NotNull WireOut wire)
Write data to the wire
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbinaryLengthLength, writeValuepublic void writeMarshallable(@NotNull
@NotNull WireOut wire)
throws net.openhft.chronicle.core.io.InvalidMarshallableException
WriteMarshallablewriteMarshallable in interface WriteMarshallablewire - to write to.net.openhft.chronicle.core.io.InvalidMarshallableExceptionCopyright © 2023. All rights reserved.