serio
    Preparing search index...

    Class SArrayWithWrapper<ValueT>Abstract

    SArray variant that wraps each element for serialization / deserialization.

    Type Parameters

    • ValueT

    Hierarchy (View Summary)

    Index

    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