Tanoda
|
Public Member Functions | |
Dictionary< string, object > | PopulateSerializableDictionary () |
void | ApplyDictionaryValues (Dictionary< string, object > values) |
pb_ISerializable interface allows components implementing it to override the data that is saved when serializing.
Definition at line 11 of file pb_ISerializableComponent.cs.
void GILES.Serialization.pb_ISerializableComponent.ApplyDictionaryValues | ( | Dictionary< string, object > | values | ) |
Method will be called when rebuilding a component. values
contains the data stored by PopulateSerializableDictionary()
.
Dictionary< string, object > GILES.Serialization.pb_ISerializableComponent.PopulateSerializableDictionary | ( | ) |
Called prior to serializing a component, store any data that should be serialized in a dictionary with a string key and object value.