SimpleStringJsonConverterT Class |
Namespace: net.openstack.Core.Domain.Converters
The SimpleStringJsonConverterT type exposes the following members.
Name | Description | |
---|---|---|
CanConvert |
Determines whether this instance can convert the specified object type.
(Overrides JsonConverterCanConvert(Type).) | |
GetSchema |
Gets the JsonSchema of the JSON produced by the JsonConverter.
(Inherited from JsonConverter.) | |
ReadJson |
Reads the JSON representation of the object.
(Overrides JsonConverterReadJson(JsonReader, Type, Object, JsonSerializer).) | |
WriteJson |
Writes the JSON representation of the object.
(Overrides JsonConverterWriteJson(JsonWriter, Object, JsonSerializer).) |
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.) |