ToStringJsonConverter Class
Version 1.1.28
.NET Framework 4.8
| Namespace | Skybrud.Essentials.Json.Converters |
|---|---|
| Assembly | Skybrud.Essentials.dll |
| Visibility | Public |
| Inheritance |
JSON converter for serializing objects into their System.Object.ToString equivalent.
public class ToStringJsonConverter : JsonConverter { }
Properties
| Type | Name | Summary |
|---|---|---|
| bool | CanRead | |
| bool | CanWrite (inherited from JsonConverter ) |
Methods
|
CanConvert(Type)
(virtual)
|
Inherited from JsonConverter |
|
GetSchema()
(virtual)
|