Summary
Union Json Converter
- Assembly
- Rocket
.Surgery .Extensions .Unions .dll - Namespace
- Rocket
.Surgery .Unions - Base Types
-
- JsonConverter
graph BT
Type-->Base0["JsonConverter"]
Type["UnionConverter"]
class Type type-node
Syntax
public class UnionConverter : JsonConverter
Attributes
| Type | Description |
|---|---|
| Nullable |
|
| NullableAttribute |
Constructors
| Name | Summary |
|---|---|
| UnionConverter |
Properties
Methods
| Name | Value | Summary |
|---|---|---|
| CanConvert |
bool |
Determines whether this instance can convert the specified object type.
|
| ReadJson |
object |
Reads the JSON representation of the object.
|
| WriteJson |
void |
Writes the JSON representation of the object.
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
| With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
See Also
- Newtonsoft.Json.JsonConverter
