| 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) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Demarshallable |
BinaryWire.BinaryValueIn.demarshallable(@NotNull Class clazz) |
@NotNull Demarshallable |
TextWire.TextValueIn.demarshallable(@NotNull Class clazz) |
Copyright © 2023. All rights reserved.