Namespace Codebelt.Extensions.Newtonsoft.Json.Converters
The Codebelt.Extensions.Newtonsoft.Json.Converters
namespace contains both types and extension methods that complements the Newtonsoft.Json.Converters
namespace.
Availability: .NET 9, .NET 8 and .NET Standard 2.0
Complements: Newtonsoft.Json.Converters namespace 🔗
Extension Methods
Type | Ext | Methods |
---|---|---|
JsonConverter | ⬇️ | AddStringEnumConverter , AddStringFlagsEnumConverter , AddExceptionDescriptorConverterOf{T} , AddExceptionConverter , AddDataPairConverter , AddTransientFaultExceptionConverter , AddFailureConverter |
Classes
- ExceptionConverter
Converts an Exception to or from JSON.
- JsonConverterCollectionExtensions
Extension methods for the Newtonsoft.Json.JsonConverter class.
- StringFlagsEnumConverter
Converts a FlagsEnum to its name string value.
- TransientFaultExceptionConverter
Converts a TransientFaultException to or from JSON.