| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Class and Description |
|---|---|
class |
WireMarshallerForUnexpectedFields<T>
This class extends the WireMarshaller and provides the ability to handle unexpected fields.
|
| Modifier and Type | Field and Description |
|---|---|
static net.openhft.chronicle.core.util.ClassLocal<WireMarshaller> |
WireMarshaller.WIRE_MARSHALLER_CL |
| Modifier and Type | Method and Description |
|---|---|
WireMarshaller<T> |
WireMarshaller.excludeFields(String... fieldNames)
Excludes specified fields from the current marshaller and returns a new instance of the marshaller
with the remaining fields.
|
static <T> @NotNull WireMarshaller<T> |
WireMarshaller.of(@NotNull Class<T> tClass)
Factory method to create an instance of the WireMarshaller for a specific class type.
|
Copyright © 2024. All rights reserved.