Optional
Readonly
elementElement constructor in fixed size SArrays.
Will only be present if length !== undefined.
Optional
Readonly
lengthFixed size, or undefined if dynamically sized.
Array of Serializables.
Assigns elements from a JSON array.
Conceptually equivalent to assigning to this.values directly, but recursively hydrates SObjects / SArrays / SerializableWrappers etc and invokes their assignJSON() to process JSON values.
Deserializes a buffer into this value.
Optional
opts: DeserializeOptionsNumber of bytes read.
Computes the serialized length of this value.
Optional
opts: SerializeOptionsStatic
fromCreates a new instance of this value by deserializing from a buffer.
Optional
opts: DeserializeOptionsStatic
ofReturns an SArrayWithWrapper class that wraps elements with the provided SerializableWrapper.
Static
ofReturns an SArray class that pads / truncates to the provided length.
A Serializable that represents a concatenation of other Serializables.