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