docs.unity3d.com
    Show / Hide Table of Contents

    Class DeserializationContext

    This class holds the data required by the deserializer to optimize reading of primitive with dynamic properties.

    Inheritance
    Object
    DeserializationContext
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: USD.NET
    Syntax
    public class DeserializationContext
    Remarks

    The cachedData can, for example, store data that is constant over time so that it is not read for each sample.

    Constructors

    DeserializationContext()

    Declaration
    public DeserializationContext()

    Fields

    cachedData

    Declaration
    public IRestorableData cachedData
    Field Value
    Type Description
    IRestorableData

    dynamicMembers

    Declaration
    public HashSet<MemberInfo> dynamicMembers
    Field Value
    Type Description
    HashSet<MemberInfo>
    Back to top
    Copyright © 2023 Unity Technologies
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on Thursday, October 19, 2023