Optional ReadonlyelementElement constructor in fixed size SArrays.
Will only be present if length !== undefined.
Optional ReadonlylengthFixed 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.
Optionalopts: DeserializeOptionsNumber of bytes read.
Computes the serialized length of this value.
Optionalopts: SerializeOptionsStaticfromCreates a new instance of this value by deserializing from a buffer.
Optionalopts: DeserializeOptionsStaticofReturns an SArrayWithWrapper class that wraps elements with the provided SerializableWrapper.
StaticofReturns an SArray class that pads / truncates to the provided length.
A Serializable that represents a concatenation of other Serializables.