Class SArrayWithWrapper<ValueT>Abstract

SArray variant that wraps each element for serialization / deserialization.

Type Parameters

  • ValueT

Hierarchy (view full)

Constructors

Properties

length?: number

Fixed size, or undefined if dynamically sized.

value: ValueT[] = []

Array of unwrapped values.

wrapperType: (new () => SerializableWrapper<ValueT>)

Wrapper type constructor.

Type declaration

Methods