![]() | JsonStringTypeConverter Class |
Namespace: Dynamicweb.Indexing.Querying.Expressions
The JsonStringTypeConverter type exposes the following members.
Name | Description | |
---|---|---|
![]() | JsonStringTypeConverter | Initializes a new instance of the JsonStringTypeConverter class |
Name | Description | |
---|---|---|
![]() | CanRead |
Gets a value indicating whether this JsonConverter can read JSON.
(Inherited from JsonConverter.) |
![]() | CanWrite |
Gets a value indicating whether this JsonConverter can write JSON.
(Inherited from JsonConverter.) |
Name | Description | |
---|---|---|
![]() | CanConvert |
Indicates whether converter can convert the type
(Overrides JsonConverter.CanConvert(Type).) |
![]() | ReadJson |
Reads json into string
(Overrides JsonConverter.ReadJson(JsonReader, Type, Object, JsonSerializer).) |
![]() | WriteJson |
Writes value using json writer
(Overrides JsonConverter.WriteJson(JsonWriter, Object, JsonSerializer).) |