Struct SerializedArrayView
A view on top of the PackedBinaryStream that represents an array of values.
Namespace: Unity.Serialization.Json
Syntax
public readonly struct SerializedArrayView : ISerializedView, IEnumerable<SerializedValueView>
Methods
GetEnumerator()
Returns an enumerator that iterates through the SerializedArrayView.
Declaration
public readonly SerializedArrayView.Enumerator GetEnumerator()
Returns
Type | Description |
---|---|
SerializedArrayView.Enumerator | A SerializedArrayView.Enumerator for the SerializedArrayView. |