A template repository for creating custom Serde format serializers/deserializers for .NET using Serde.
This is a template repository. The structure is set up but implementation is not yet started. To use this template:
- Fork or use this repository as a template
- Rename
Serde.CustomFormatto your format name (e.g.,Serde.YourFormat) - Update the solution and project files accordingly
- Implement your custom format serializer/deserializer
dotnet builddotnet testdotnet run --project bench -c ReleaseBSD 3-Clause License. See LICENSE for details.