CodeWorks serializer adds the ability to serialize codework services request/response to JSON using the dotnet TextJson serializer.
Info
| Version: | 0.0.600 |
| Author(s): | Michael Gattuso |
| Last Update: | Thursday, December 9, 2021 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://gtt.me/ |
| NuGet Url: | https://www.nuget.org/packages/Gtt.CodeWorks.Serializers.TextJson |
Install
Install-Package Gtt.CodeWorks.Serializers.TextJson
dotnet add package Gtt.CodeWorks.Serializers.TextJson
paket add Gtt.CodeWorks.Serializers.TextJson
Gtt.CodeWorks.Serializers.TextJson Download (Unzip the "nupkg" after downloading)
Dependencies
- Gtt.CodeWorks(>= 0.0.34)
- NJsonSchema(>= 10.3.2)
- System.Text.Json(>= 4.7.2)