public abstract class AbstractMarshallableCfg extends SelfDescribingMarshallable
EMPTYDISCARD| Constructor and Description |
|---|
AbstractMarshallableCfg() |
| Modifier and Type | Method and Description |
|---|---|
void |
readMarshallable(@NotNull WireIn wire)
Straight line ordered decoding.
|
void |
unexpectedField(Object event,
ValueIn valueIn) |
void |
writeMarshallable(@NotNull WireOut wire)
Write data to the wire
|
usesSelfDescribingMessageequals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait$equals, $fieldInfoMap, $fieldInfos, $hashCode, $toString, className, copyTo, deepCopy, fromFile, fromFile, fromString, fromString, fromString, getField, getLongField, mergeToMap, reset, setField, setLongField, streamFromFile, streamFromFilebinaryLengthLength, writeValuepublic void readMarshallable(@NotNull
@NotNull WireIn wire)
throws net.openhft.chronicle.core.io.IORuntimeException
ReadMarshallablewire - to read from in an ordered manner.net.openhft.chronicle.core.io.IORuntimeException - the stream wasn't ordered or formatted as expected.public void writeMarshallable(@NotNull
@NotNull WireOut wire)
WriteMarshallablewire - to write to.Copyright © 2022. All rights reserved.