neuecc/ZeroFormatter
Infinitely Fast Deserializer for .NET, .NET Core and Unity. observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3643
- days_rel: n/a
- days_push: 1605
- n_releases_24m: 0
Adoption not part of the score
2427 stars · 251 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
ZeroFormatter is an extremely fast binary serializer for .NET, .NET Core, and Unity that allows deserialization without parsing by accessing serialized data directly. It uses C# code as its schema via attributes, similar to FlatBuffers but with a cleaner, strongly-typed API.
Use cases
- serialize game state in Unity with IL2CPP
- fast binary serialization for microservices in .NET
- deserialize large datasets without parsing overhead
- replace protobuf or FlatBuffers with a C#-only schema
- share serialized types between .NET and Unity projects
- serialize dictionaries and polymorphic union types efficiently
When to choose
- you need maximum serialization/deserialization performance in C# or Unity
- you want schema defined directly in C# without an IDL
- you target Unity including IL2CPP
- you need zero-copy style access to serialized data
When to avoid
- you need cross-language serialization with non-.NET consumers
- you need human-readable formats like JSON
- you need a serializer with active ongoing development and community support
- your schemas must be shared with non-C# systems
Facets
library · maturity maintenance
serialization developer-tools performance dotnet cross-platform windows csharp unity binary-serialization zero-copy il2cpp flatbuffers-alternative game-development linux macos
1 source
- readme: https://github.com/neuecc/ZeroFormatter · fetched 2026-08-28 · b871808e21ff
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| neuecc/ZeroFormatter | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="neuecc/ZeroFormatter")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem