@FunctionalInterface public interface ReadMarshallable extends net.openhft.chronicle.bytes.CommonMarshallable
For objects which must deserialize final field see Demarshallable
| Modifier and Type | Field and Description |
|---|---|
static ReadMarshallable |
DISCARD |
| Modifier and Type | Method and Description |
|---|---|
void |
readMarshallable(@NotNull WireIn wire)
Straight line ordered decoding.
|
default void |
unexpectedField(Object event,
ValueIn valueIn) |
static final ReadMarshallable DISCARD
void readMarshallable(@NotNull
@NotNull WireIn wire)
throws net.openhft.chronicle.core.io.IORuntimeException,
net.openhft.chronicle.core.io.InvalidMarshallableException
wire - to read from in an ordered manner.net.openhft.chronicle.core.io.IORuntimeException - the stream wasn't ordered or formatted as expected.net.openhft.chronicle.core.io.InvalidMarshallableExceptionCopyright © 2023. All rights reserved.