docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct SerializedMemberView

    A view on top of the PackedBinaryStream that represents a key-value pair.

    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 SerializedMemberView

    Methods

    Name()

    Returns a SerializedStringView over the name of this member.

    Declaration
    public SerializedStringView Name()
    Returns
    Type Description
    SerializedStringView

    A view over the name.

    Value()

    Returns a SerializedValueView over the value of this member.

    Declaration
    public SerializedValueView Value()
    Returns
    Type Description
    SerializedValueView

    A view over the value.

    In This Article
    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)