Summary
Static class containing extension methods to configure Json.NET for Noda Time types.
- Assembly
- Rocket
.Surgery .Azure .Storage .dll - Namespace
- Rocket
.Surgery .Azure .Storage .Converters - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["Extensions"]
class Type type-node
Syntax
public static class Extensions
Attributes
| Type | Description |
|---|---|
| Nullable |
|
| NullableAttribute |
Methods
| Name | Value | Summary |
|---|---|---|
| Configure |
JsonSerializer |
Configures Json.NET with everything required to properly serialize and deserialize NodaTime data types.
static
|
| Configure |
Json |
Configures Json.NET with everything required to properly serialize and deserialize NodaTime data types.
static
|
| With |
JsonSerializer |
Configures the given serializer to use
NodaTime.Serialization.JsonNet.NodaConverters.IsoIntervalConverter.
Any other converters which can convert NodaTime.Interval are removed from the serializer.
static
|
| With |
Json |
Configures the given serializer settings to use
NodaTime.Serialization.JsonNet.NodaConverters.IsoIntervalConverter.
Any other converters which can convert NodaTime.Interval are removed from the serializer.
static
|
