Info
Version: | 4.4.71 |
Author(s): | Andrew Blakely, HelloKitty |
Last Update: | Friday, January 3, 2025 |
.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!.