docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct DeserializationEvent

    Structure to events that occur during deserialization.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Serialization.Json
    Assembly: Unity.Serialization.dll
    Syntax
    public readonly struct DeserializationEvent

    Fields

    Payload

    The payload for the event.

    Declaration
    public readonly object Payload
    Field Value
    Type Description
    object

    Type

    The type of event.

    Declaration
    public readonly EventType Type
    Field Value
    Type Description
    EventType

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()
    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)