public class WireMarshallerForUnexpectedFields<T> extends WireMarshaller<T>
WIRE_MARSHALLER_CL| Constructor and Description |
|---|
WireMarshallerForUnexpectedFields(@NotNull Class<T> tClass,
@NotNull net.openhft.chronicle.wire.WireMarshaller.FieldAccess[] fields,
boolean isLeaf) |
| Modifier and Type | Method and Description |
|---|---|
void |
readMarshallable(T t,
@NotNull WireIn in,
T defaults,
boolean overwrite) |
defaultValue, excludeFields, getAllField, getField, getLongField, isEqual, isLeaf, leafable, matchesFieldName, of, readMarshallableDTOOrder, readMarshallableInputOrder, reset, setField, setLongField, writeKey, writeMarshallable, writeMarshallable, writeMarshallablepublic void readMarshallable(T t, @NotNull @NotNull WireIn in, T defaults, boolean overwrite)
readMarshallable in class WireMarshaller<T>Copyright © 2022. All rights reserved.