Skip to content

serdedotnet/custom-format

Repository files navigation

Serde Custom Format Template

A template repository for creating custom Serde format serializers/deserializers for .NET using Serde.

Status

This is a template repository. The structure is set up but implementation is not yet started. To use this template:

  1. Fork or use this repository as a template
  2. Rename Serde.CustomFormat to your format name (e.g., Serde.YourFormat)
  3. Update the solution and project files accordingly
  4. Implement your custom format serializer/deserializer

Building

dotnet build

Testing

dotnet test

Benchmarking

dotnet run --project bench -c Release

License

BSD 3-Clause License. See LICENSE for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages