Class SerializedDictionary<TKey, TValue>
  
Inheritance
SerializedDictionary<TKey, TValue>
 
Syntax
[Serializable]
public abstract class SerializedDictionary<TKey, TValue> : ISerializationCallbackReceiver
 
Type Parameters
| Name | 
Description | 
| TKey | 
 | 
| TValue | 
 | 
Properties
  
dictionary
Declaration
public Dictionary<TKey, TValue> dictionary { get; }
 
Property Value
Methods
  
OnAfterDeserialize()
Declaration
public void OnAfterDeserialize()
 
Implements
OnBeforeSerialize()
Declaration
public void OnBeforeSerialize()
 
Implements