public interface Demarshallable
| Modifier and Type | Field and Description |
|---|---|
static ClassValue<Constructor<Demarshallable>> |
DEMARSHALLABLES |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Demarshallable> |
newInstance(Class<T> clazz,
WireIn wireIn) |
static final ClassValue<Constructor<Demarshallable>> DEMARSHALLABLES
@NotNull static <T extends Demarshallable> T newInstance(@NotNull Class<T> clazz, WireIn wireIn)
Copyright © 2018. All rights reserved.