| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Field and Description |
|---|---|
static ClassValue<Constructor<Demarshallable>> |
Demarshallable.DEMARSHALLABLES |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Demarshallable> |
Demarshallable.newInstance(@NotNull Class<T> clazz,
WireIn wireIn)
Provides a utility method to create a new instance of a class that implements the `Demarshallable` interface.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull Demarshallable |
TextWire.TextValueIn.demarshallable(@NotNull Class<?> clazz)
Create and initialize an instance of a given class using the wire input.
|
@Nullable Demarshallable |
BinaryWire.BinaryValueIn.demarshallable(@NotNull Class<? extends Demarshallable> clazz)
Deserializes an object of the given class from the wire data.
|
Copyright © 2024. All rights reserved.