IJsonVariableInfo Interface
Interface for simplifying interaction with a property/field
string [] GetSerializeNames ( )
The desired variable names when serializing/deserializing
bool GetShouldSerialize ( )
Whether or not this variable should be serialized
bool GetShouldDeserialize ( )
Whether or not this variable should be deserialized
object GetValue ( object obj )
Obtains the value of this property/field on a specific object
void SetValue ( object obj,
object newValue )
Sets the value of this property/field onto a specific object