Namespace DotNext.Text.Json
Classes
OptionalConverterFactory
Represents JSON converter for Optional<T> data type.
OptionalConverter<T>
Represents JSON converter for Optional<T> data type.
Structs
JsonSerializable<T>
Represents a bridge between JSON serialization framework in .NET and ISerializable<TSelf> interface.
Interfaces
IJsonSerializable<TSelf>
Represents JSON serializable type.