TeamSirenix/odin-serializer
Fast, robust, powerful and extendible .NET serializer built for Unity observed · 2026-08-28
Health v2 · maintenance only
74/100
- Activity 93
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3037
- days_rel: n/a
- days_push: 43
- n_releases_24m: 0
Adoption not part of the score
1896 stars · 214 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
OdinSerializer is a fast, robust, and extensible .NET serialization library built for Unity, open-sourced from the serializer used by Odin Inspector. It supports binary and JSON formats, Unity structs, and compares favorably in performance and allocation against alternatives like JSON.NET and protobuf-net.
Use cases
- serialize game save data in unity
- fast binary serializer for .NET
- serialize unity structs and objects
- replace binary formatter in unity
- json serialization for unity game state
When to choose
- you need robust serialization of Unity objects and structs in a game
- you want a fast, low-allocation alternative to BinaryFormatter or Unity's built-in JSON
- you need an extensible serializer with custom formatter support
When to avoid
- you need serialization for non-Unity .NET projects where standard libraries like JSON.NET or protobuf-net fit better
- you need a schema-based wire format for cross-language interop
- your project requires minimal dependencies and a tiny footprint
Facets
library · maturity active
serialization developer-tools game-engine cross-platform unity binary-serialization json-serialization save-data game-data game-development c#
1 source
- readme: https://github.com/TeamSirenix/odin-serializer · fetched 2026-08-28 · 5139681fee1d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| TeamSirenix/odin-serializer | main | 74 |
For agents
markdown · JSON · MCP: product_card(name="TeamSirenix/odin-serializer")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem