T - scalar class type parameterprivate abstract static class PayloadSerializer.ArrayHelper<T> extends PayloadSerializer.Helper<T>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.function.IntFunction<T[]> |
alloc
array allocator
|
cls, typeCode| Constructor and Description |
|---|
ArrayHelper(short typeCode,
java.lang.Class<T> cls,
java.util.function.IntFunction<T[]> alloc)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.util.function.IntFunction<T[]> |
getAlloc()
Get allocator
|
getCls, getTypeCode