| Library |
|---|
Contact: [email protected]
| Date | Author | Description |
|---|---|---|
| 2024-02-13 | numbworks | Created. |
From the documentation:
NW.Shared.Serializationis a library that provides a facade over System.Text.Json.JsonSerializer in order to simplify serialization and deserialization activities.
I assume you are on Windows, but the library should compile without issues on Linux as well. Please:
- Install Git for Windows;
- Open
Windows Powershell(orWindows Terminalor 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- Open
NW.Shared.Serialization.slnwithVisual Studioor other IDE; - Done!
If you are a .NET developer and you want to use the library from within your projects, the binary packages are available on NuGet.