API reference
API reference
Select your platform
No SDKs available
No versions available

IJsonVariableInfo Interface

Interface for simplifying interaction with a property/field

Overview

Public Member Functions

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
The property/field type
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

Details

Member Functions

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
Did you find this page helpful?
Thumbs up icon
Thumbs down icon