Tanoda
GILES.Serialization.pb_ISerializableComponent Interface Reference

Public Member Functions

Dictionary< string, object > PopulateSerializableDictionary ()
 
void ApplyDictionaryValues (Dictionary< string, object > values)
 

Detailed Description

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.

Member Function Documentation

◆ ApplyDictionaryValues()

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().

◆ 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.


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