public interface Demarshallable
Any implementation must have a constructor which takes a WireIn for deserialization.
| Modifier and Type | Field and Description |
|---|---|
static ClassValue<Constructor<Demarshallable>> |
DEMARSHALLABLES |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Demarshallable> |
newInstance(@NotNull Class<T> clazz,
WireIn wireIn) |
static final ClassValue<Constructor<Demarshallable>> DEMARSHALLABLES
@NotNull static <T extends Demarshallable> T newInstance(@NotNull @NotNull Class<T> clazz, WireIn wireIn)
Copyright © 2023. All rights reserved.