abstract bool | CanConvert ( Type objectType ) Whether this type can convert the specified type |
object | Converts serialized token into desired value |
WriteJson ( object existingValue ) Returns json token from existing value |
| virtual bool Meta.WitAi.Json.JsonConverter.CanRead |
|---|
Whether this script overrides read |
| virtual bool Meta.WitAi.Json.JsonConverter.CanWrite |
|---|
Whether this script overrides write |
| abstract bool Meta.WitAi.Json.JsonConverter.CanConvert ( Type objectType ) |
|---|
Whether this type can convert the specified type |
| virtual object Meta.WitAi.Json.JsonConverter.ReadJson ( WitResponseNode serializer, Type objectType, object existingValue ) |
|---|
Converts serialized token into desired value Parameters serializerobjectTypeexistingValue Returns |
| virtual WitResponseNode Meta.WitAi.Json.JsonConverter.WriteJson ( object existingValue ) |
|---|
Returns json token from existing value Parameters deserializerexistingValue |