string [] | The desired variable names when serializing/deserializing |
bool | Whether or not this variable should be serialized |
bool | Whether or not this variable should be deserialized |
Type | GetVariableType ( ) The property/field type |
object | GetValue ( object obj ) Obtains the value of this property/field on a specific object |
void | Sets the value of this property/field onto a specific object |
string [] Meta.WitAi.Json.IJsonVariableInfo.GetSerializeNames ( ) |
---|
The desired variable names when serializing/deserializing |
bool Meta.WitAi.Json.IJsonVariableInfo.GetShouldSerialize ( ) |
---|
Whether or not this variable should be serialized |
bool Meta.WitAi.Json.IJsonVariableInfo.GetShouldDeserialize ( ) |
---|
Whether or not this variable should be deserialized |
Type Meta.WitAi.Json.IJsonVariableInfo.GetVariableType ( ) |
---|
The property/field type |
object Meta.WitAi.Json.IJsonVariableInfo.GetValue ( object obj ) |
---|
Obtains the value of this property/field on a specific object |
void Meta.WitAi.Json.IJsonVariableInfo.SetValue ( object obj, object newValue ) |
---|
Sets the value of this property/field onto a specific object |