public static class ValueOut.MapMarshaller<K,V> extends Object implements WriteMarshallable
EMPTY| Constructor and Description |
|---|
MapMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
writeMarshallable(@NotNull WireOut wire)
Converts and writes the Map's entries to the Wire format.
|
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
writeMarshallable in interface WriteMarshallablewire - The WireOut instance to write to.net.openhft.chronicle.core.io.InvalidMarshallableException - if any serialization error occurs.Copyright © 2024. All rights reserved.