JUtils
A unity utilities library
JUtils.SerializableDictionary< TKey, TValue > Class Template Reference

A dictionary of which the values do not get lost on serialization More...

Inheritance diagram for JUtils.SerializableDictionary< TKey, TValue >:
Collaboration diagram for JUtils.SerializableDictionary< TKey, TValue >:

Classes

struct  Pair
 The pair object used for the internal data More...
 

Public Member Functions

void OnBeforeSerialize ()
 Do not manually call More...
 
void OnAfterDeserialize ()
 Do not manually call More...
 

Detailed Description

A dictionary of which the values do not get lost on serialization

Please note that TKey and TValue must be serializable as well

Member Function Documentation

◆ OnAfterDeserialize()

void JUtils.SerializableDictionary< TKey, TValue >.OnAfterDeserialize ( )
inline

Do not manually call

◆ OnBeforeSerialize()

void JUtils.SerializableDictionary< TKey, TValue >.OnBeforeSerialize ( )
inline

Do not manually call


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