@FunctionalInterface public interface WireParselet
WireParser to define how to
deserialise the value associated with a specific field name.| Modifier and Type | Method and Description |
|---|---|
void |
accept(CharSequence s,
ValueIn in)
Consumes and processes a wire input based on a given character sequence
and a value input.
|
void accept(CharSequence s, ValueIn in) throws net.openhft.chronicle.core.io.InvalidMarshallableException
s - the field name that matched this parseletin - the ValueIn positioned at the value for s. Use it to
deserialise the valuenet.openhft.chronicle.core.io.InvalidMarshallableException - if the value cannot be processedCopyright © 2026 Chronicle Software Ltd. All rights reserved.