Class JsonObject | Serialization | 1.2.0-preview
docs.unity.cn
    Show / Hide Table of Contents

    Class JsonObject

    The default object output by JsonSerialization if an object type can not be resolved.

    Inheritance
    Object
    Dictionary<String, Object>
    JsonObject
    Namespace: Unity.Serialization.Json
    Syntax
    public class JsonObject : Dictionary<string, object>, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IDictionary, ICollection, IReadOnlyDictionary<string, object>, IReadOnlyCollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable, ISerializable, IDeserializationCallback
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX