docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct SerializedArrayView

    A view on top of the PackedBinaryStream that represents an array of values.

    Implements
    IList<SerializedValueView>
    ICollection<SerializedValueView>
    IEnumerable<SerializedValueView>
    IEnumerable
    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Serialization.Json
    Assembly: Unity.Serialization.dll
    Syntax
    public readonly struct SerializedArrayView : IList<SerializedValueView>, ICollection<SerializedValueView>, IEnumerable<SerializedValueView>, IEnumerable

    Methods

    GetEnumerator()

    Returns an enumerator that iterates through the SerializedArrayView.

    Declaration
    public SerializedArrayView.Enumerator GetEnumerator()
    Returns
    Type Description
    SerializedArrayView.Enumerator

    A SerializedArrayView.Enumerator for the SerializedArrayView.

    Implements

    IList<T>
    ICollection<T>
    IEnumerable<T>
    IEnumerable
    In This Article
    • Methods
      • GetEnumerator()
    • Implements
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)