jacobdufault/fullserializer
A robust JSON serialization framework that just works with support for all major Unity export platforms. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: 4481
- days_rel: n/a
- days_push: 911
- n_releases_24m: 0
Adoption not part of the score
1147 stars · 171 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Full Serializer is a robust JSON serialization library for Unity written in C#. It serializes nearly any object graph, including dictionaries, generics, and cyclic references, across all major Unity export platforms without using exceptions.
Use cases
- serialize game save data to in unity
- deserialize into c# structs and classes without [Serializable]
- serialize dictionaries and generics in unity
- serialization that works on ios with code stripping
- handle cyclic object graphs during serialization
- replace unity's built-in utility with a more robust serializer
When to choose
- you need serialization in Unity that works on all export platforms including consoles
- you want to serialize types without marking them [Serializable]
- you need exception-free serialization for aggressive iOS code stripping
- you have complex object graphs with inheritance, dictionaries, or cycles
When to avoid
- you are not developing with Unity
- you need actively maintained software - the project is looking for a maintainer
- you need a high-performance binary serializer rather than JSON
- you are on a non-Unity .NET project where System.Text.Json or Newtonsoft.Json would be better
Facets
library · maturity maintenance
serialization developer-tools cross-platform game-engine unity csharp -serialization game-development
1 source
- readme: https://github.com/jacobdufault/fullserializer · fetched 2026-08-28 · 01b3ff6e74f6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jacobdufault/fullserializer | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="jacobdufault/fullserializer")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem