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

ColorConverter Class

Meta::WitAi::Json::ColorConverter extends Meta.WitAi.Json.JsonConverter.

Overview

Data Fields

override bool
CanRead[Get]
override bool

Public Member Functions

override bool
CanConvert
( Type objectType )
Whether this type can convert the specified type
override object
ReadJson
( WitResponseNode serializer,
Type objectType,
object existingValue )
Converts serialized token into desired value
WriteJson
( object existingValue )
Returns json token from existing value

Details

Fields

override bool Meta.WitAi.Json.ColorConverter.CanRead
No description available.
override bool Meta.WitAi.Json.ColorConverter.CanWrite
No description available.

Member Functions

override bool Meta.WitAi.Json.ColorConverter.CanConvert
( Type objectType )
Whether this type can convert the specified type
override object Meta.WitAi.Json.ColorConverter.ReadJson
( WitResponseNode serializer,
Type objectType,
object existingValue )
Converts serialized token into desired value
Parameters
serializerobjectTypeexistingValue
Returns
override WitResponseNode Meta.WitAi.Json.ColorConverter.WriteJson
( object existingValue )
Returns json token from existing value
Parameters
deserializerexistingValue
Did you find this page helpful?
Thumbs up icon
Thumbs down icon