Skip to content

numbworks/NW.Shared.Serialization

Repository files navigation

NW.Shared.Serialization

Library
codecoverage_library.svg

Contact: numbworks@gmail.com

Revision History

Date Author Description
2024-02-13 numbworks Created.

In Short

From the documentation:

NW.Shared.Serialization is a library that provides a facade over System.Text.Json.JsonSerializer in order to simplify serialization and deserialization activities.

Download the source code

I assume you are on Windows, but the library should compile without issues on Linux as well. Please:

  1. Install Git for Windows;
  2. Open Windows Powershell (or Windows Terminal or similar) and type:
PS C:\> mkdir NW.Shared.Serialization
PS C:\> cd .\NW.Shared.Serialization\
PS C:\NW.Shared.Serialization> git clone https://github.com/numbworks/NW.Shared.Serialization.git
  1. Open NW.Shared.Serialization.sln with Visual Studio or other IDE;
  2. Done!

Download the library's binary package

If you are a .NET developer and you want to use the library from within your projects, the binary packages are available on NuGet.

Getting Started

Other Links

About

NW.Shared.Serialization is a library that provides a facade over System.Text.Json.JsonSerializer in order to simplify serialization and deserialization activities.

Topics

Resources

License

Stars

Watchers

Forks