File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77![ Last Commit] ( https://img.shields.io/github/last-commit/erinnmclaughlin/Tizzani.QueryStringSerializer/main )
88![ GitHub Workflow Status] ( https://img.shields.io/github/actions/workflow/status/erinnmclaughlin/Tizzani.QueryStringSerializer/dotnet.yml )
99
10- ---
11-
12- ## Installation
13- Download from [ NuGet] ( https://www.nuget.org/packages/Tizzani.QueryStringSerializer ) .
14- ``` sh
15- dotnet add package Tizzani.QueryStringSerializer
16- ```
17-
1810## Example Usage
1911
2012### Serialization
@@ -50,3 +42,9 @@ var order = new Order { Status = Status.Canceled };
5042var qs1 = QueryStringSerializer .Serialize (order ); // "Status=Canceled"
5143var qs2 = QueryStringSerializer .Serialize (order , JsonSerializerOptions .Default ); // "Status=1"
5244```
45+
46+ ## Installation
47+ Download from [ NuGet] ( https://www.nuget.org/packages/Tizzani.QueryStringSerializer ) .
48+ ``` sh
49+ dotnet add package Tizzani.QueryStringSerializer
50+ ```
You can’t perform that action at this time.
0 commit comments