Namespace Recore.Text.Json.Serialization.Converters
Classes
OverrideEitherConverter<TLeft, TRight>
Converts Either<TLeft, TRight> to and from JSON. Register this converter to override the default deserialization behavior.
OverrideResultConverter<TValue, TError>
Converts Result<TValue, TError> to and from JSON. Register this converter to override the default deserialization behavior.