public interface FieldNumberParselet
WireParser
(e.g., VanillaWireParser) as a fallback or for specific
field numbers.| Modifier and Type | Method and Description |
|---|---|
void |
readOne(long methodId,
WireIn wire)
Invoked when a numeric field ID is parsed.
|
void readOne(long methodId,
WireIn wire)
throws net.openhft.chronicle.core.io.InvalidMarshallableException
methodId - the numeric field ID read from the binary wirewire - the WireIn from which the value should be read;
use wire.getValueIn() to access and deserialise the valuenet.openhft.chronicle.core.io.InvalidMarshallableException - if the value cannot be processedCopyright © 2026 Chronicle Software Ltd. All rights reserved.