T - FWD classprivate static class PayloadSerializer.Cls<T extends java.io.Externalizable> extends PayloadSerializer.ArrayHelper<T>
| Modifier and Type | Field and Description |
|---|---|
private java.util.function.Supplier<T> |
init
Class instance supplier
|
alloccls, typeCode| Constructor and Description |
|---|
Cls(java.lang.Class<T> cls,
java.util.function.Supplier<T> init,
java.util.function.IntFunction<T[]> alloc)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.util.function.Supplier<T> |
getInit()
Get class instance supplier
|
getAllocgetCls, getTypeCode