Tanoda
|
Public Member Functions | |
void | ApplyProperties (object obj) |
Called after an object is deserialized and constructed to it's base type . More... | |
Dictionary< string, object > | PopulateSerializableDictionary () |
Properties | |
System.Type | type [get, set] |
The type of component stored. More... | |
Interface for objects that want to customize serialization process at the pre-Json.NET level. Converters for Components fall into this category - see pb_SerializableObject class for more on customizing the serialization pipeline.
Definition at line 13 of file pb_ISerializable.cs.
void GILES.Serialization.pb_ISerializable.ApplyProperties | ( | object | obj | ) |
Called after an object is deserialized and constructed to it's base type
.
Implemented in GILES.Serialization.pb_SerializableObject< T >.
Dictionary< string, object > GILES.Serialization.pb_ISerializable.PopulateSerializableDictionary | ( | ) |
Called before serialization, any properties stoed in the returned dictionary will be saved and re-applied in ApplyProperties.
Implemented in GILES.Serialization.pb_SerializableObject< T >.
|
getset |
The type of component stored.
Implemented in GILES.Serialization.pb_SerializableObject< T >.
Definition at line 16 of file pb_ISerializable.cs.