XposeCraft
1.0.1-rc1
Developer API
|
Represents a generic collection of key/value pairs. More...
Public Member Functions | |
void | OnBeforeSerialize () |
void | OnAfterDeserialize () |
Represents a generic collection of key/value pairs.
To use this in a class: Inherit your generic class to a non-generic version (this needs not be public). Mark it as Serializable. Source: http://schemingdeveloper.com/2014/11/21/iserializationcallbackreceiver/
TKey | The type of keys in the dictionary. |
TValue | The type of values in the dictionary. |
void XposeCraft.Collections.SerializableDictionary2< TKey, TValue >.OnAfterDeserialize | ( | ) |
void XposeCraft.Collections.SerializableDictionary2< TKey, TValue >.OnBeforeSerialize | ( | ) |