Summary
Implemented by concrete subclasses, this performs the final conversion from a non-null JSON value to
a value of type T.
- Assembly
- Rocket
.Surgery .Azure .Storage .dll - Namespace
- Rocket
.Surgery .Azure .Storage .Converters - Containing Type
- Instant
Pattern Converter
Syntax
protected override Instant ReadJsonImpl(JsonReader reader, JsonSerializer serializer)
Parameters
Name | Type | Description |
---|---|---|
reader | JsonReader | The JSON reader to pull data from |
serializer | JsonSerializer | The serializer to use for nested serialization |
Return Value
Type | Description |
---|---|
Instant | The deserialized value of type T. |