Basic Json serialization implementation for Reloaded.Messaging based off of Newtonsoft.Json.
Info
| Version: | 1.0.1 |
| Author(s): | Sewer56 |
| Last Update: | Saturday, September 7, 2019 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/Reloaded-Project/Reloaded.Messaging |
| NuGet Url: | https://www.nuget.org/packages/Reloaded.Messaging.Serializer.NewtonsoftJson |
Install
Install-Package Reloaded.Messaging.Serializer.NewtonsoftJson
dotnet add package Reloaded.Messaging.Serializer.NewtonsoftJson
paket add Reloaded.Messaging.Serializer.NewtonsoftJson
Reloaded.Messaging.Serializer.NewtonsoftJson Download (Unzip the "nupkg" after downloading)
Dependencies
- Reloaded.Messaging.Interfaces(>= 1.0.0)
- Newtonsoft.Json(>= 12.0.2)