Show / Hide Table of Contents

Namespace LambdaSharp.Serialization

Classes

JsonEpochSecondsDateTimeConverter

The JsonEpochSecondsDateTimeConverter converts DateTime to/from JSON number using epoch seconds.

JsonEpochSecondsDateTimeOffsetConverter

The JsonEpochSecondsDateTimeOffsetConverter converts DateTimeOffset to/from JSON number using epoch seconds.

LambdaSerializerSettings

The LambdaSerializerSettings static class has properties to access the JSON serializer used by the LambdaSharp base classes.

LambdaSystemTextJsonSerializer

Custom ILambdaJsonSerializer implementation which uses System.Text.Json.JsonSerializer for serialization.

Interfaces

ILambdaJsonSerializer

The ILambdaJsonSerializer interface extends ILambdaSerializer interface by adding the ability to deserialize a JSON document to an explicitly specified type instead of relying on a generic type parameter.

In This Article
Back to top Generated by DocFX