XposeCraft  1.0.1-rc1
Developer API
XposeCraft.Collections.SerializableDictionary2< TKey, TValue > Class Template Reference

Represents a generic collection of key/value pairs. More...

Inheritance diagram for XposeCraft.Collections.SerializableDictionary2< TKey, TValue >:

Public Member Functions

void OnBeforeSerialize ()
 
void OnAfterDeserialize ()
 

Detailed Description

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/

Template Parameters
TKeyThe type of keys in the dictionary.
TValueThe type of values in the dictionary.

Member Function Documentation

◆ OnAfterDeserialize()

void XposeCraft.Collections.SerializableDictionary2< TKey, TValue >.OnAfterDeserialize ( )

◆ OnBeforeSerialize()

void XposeCraft.Collections.SerializableDictionary2< TKey, TValue >.OnBeforeSerialize ( )

The documentation for this class was generated from the following file: