DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Loading...
Searching...
No Matches
JsonSerializer.h File Reference

Provides functionality to serialize objects to JSON strings and deserialize JSON strings into objects. More...

Go to the source code of this file.

Classes

struct  DotNetDupe::System::Text::Json::JsonConverter< bool >
 JsonConverter specialization for bool. More...
struct  DotNetDupe::System::Text::Json::JsonConverter< Collections::Generic::Dictionary< String, U > >
 JsonConverter specialization for Dictionary<String, U>. More...
struct  DotNetDupe::System::Text::Json::JsonConverter< Collections::Generic::List< U > >
 JsonConverter specialization for List. More...
struct  DotNetDupe::System::Text::Json::JsonConverter< double >
 JsonConverter specialization for double. More...
struct  DotNetDupe::System::Text::Json::JsonConverter< float >
 JsonConverter specialization for float. More...
struct  DotNetDupe::System::Text::Json::JsonConverter< int >
 JsonConverter specialization for int. More...
struct  DotNetDupe::System::Text::Json::JsonConverter< long long >
 JsonConverter specialization for long long. More...
struct  DotNetDupe::System::Text::Json::JsonConverter< String >
 JsonConverter specialization for String. More...
class  DotNetDupe::System::Text::Json::JsonSerializer
 Provides functionality to serialize objects to JSON strings and deserialize JSON strings to objects. More...

Namespaces

namespace  DotNetDupe
namespace  DotNetDupe::System
namespace  DotNetDupe::System::Text
namespace  DotNetDupe::System::Text::Json

Detailed Description

Provides functionality to serialize objects to JSON strings and deserialize JSON strings into objects.

Standard Citation: RFC 8259 The JavaScript Object Notation (JSON) Data Interchange Format.

Definition in file JsonSerializer.h.