docs.unity3d.com
    Show / Hide Table of Contents

    Class SerializedDictionary<K, V>

    Serialized Dictionary

    Inheritance
    Object
    Dictionary<K, V>
    SerializedDictionary<K, V, K, V>
    SerializedDictionary<K, V>
    Inherited Members
    SerializedDictionary<K, V, K, V>.SerializeKey(K)
    SerializedDictionary<K, V, K, V>.SerializeValue(V)
    SerializedDictionary<K, V, K, V>.DeserializeKey(K)
    SerializedDictionary<K, V, K, V>.DeserializeValue(V)
    SerializedDictionary<K, V, K, V>.OnBeforeSerialize()
    SerializedDictionary<K, V, K, V>.OnAfterDeserialize()
    Namespace: UnityEngine.Rendering
    Syntax
    [Serializable]
    public class SerializedDictionary<K, V> : SerializedDictionary<K, V, K, V>, IDictionary<K, V>, ICollection<KeyValuePair<K, V>>, IDictionary, ICollection, IReadOnlyDictionary<K, V>, IReadOnlyCollection<KeyValuePair<K, V>>, IEnumerable<KeyValuePair<K, V>>, IEnumerable, ISerializable, IDeserializationCallback, ISerializationCallbackReceiver
    Type Parameters
    Name Description
    K

    Key Type

    V

    Value Type

    Methods

    DeserializeKey(K)

    Declaration
    public override K DeserializeKey(K key)
    Parameters
    Type Name Description
    K key
    Returns
    Type Description
    K
    Overrides
    UnityEngine.Rendering.SerializedDictionary<K, V, K, V>.DeserializeKey(K)

    DeserializeValue(V)

    Declaration
    public override V DeserializeValue(V val)
    Parameters
    Type Name Description
    V val
    Returns
    Type Description
    V
    Overrides
    UnityEngine.Rendering.SerializedDictionary<K, V, K, V>.DeserializeValue(V)

    SerializeKey(K)

    Declaration
    public override K SerializeKey(K key)
    Parameters
    Type Name Description
    K key
    Returns
    Type Description
    K
    Overrides
    UnityEngine.Rendering.SerializedDictionary<K, V, K, V>.SerializeKey(K)

    SerializeValue(V)

    Declaration
    public override V SerializeValue(V val)
    Parameters
    Type Name Description
    V val
    Returns
    Type Description
    V
    Overrides
    UnityEngine.Rendering.SerializedDictionary<K, V, K, V>.SerializeValue(V)

    Extension Methods

    ReflectionUtils.Invoke(Object, String, Object[])
    ReflectionUtils.SetField(Object, String, Object)
    ReflectionUtils.GetField(Object, String)
    ReflectionUtils.GetFields(Object)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • 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 18 October 2023