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

HashSetConverter Class

Meta::WitAi::Json::HashSetConverter 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.HashSetConverter< T >.CanRead
No description available.
override bool Meta.WitAi.Json.HashSetConverter< T >.CanWrite
No description available.

Member Functions

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