Info
Version: | 4.2.67 |
Author(s): | Andrew Blakely, HelloKitty |
Last Update: | Monday, September 2, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/FreecraftCore/FreecraftCore.Serializer |
NuGet Url: | https://www.nuget.org/packages/FreecraftCore.Serializer |
Install
Install-Package FreecraftCore.Serializer
dotnet add package FreecraftCore.Serializer
paket add FreecraftCore.Serializer
FreecraftCore.Serializer Download (Unzip the "nupkg" after downloading)
Dependencies
- FreecraftCore.Serializer.Metadata(>= 4.0.55)
- DotNetZip(>= 1.14.0)
- System.Memory(>= 4.5.4)
Tags
Design inspired from Blizzard's JAM and Marc Gravell's Protobuf-Net. Uses attributes to annotate DTOs that are made serializable according to the Blizzard JAM packet protocol.
Can be extended for use outside of World of Warcraft too!.