serde-knowledge-patch
Installation
SKILL.md
Serde Knowledge Patch
Baseline: Serde through 1.0.209. Covers later Serde and serde_json changes represented by 1.0.220-serde-core, including serde_json releases through 1.0.150.
Reference index
| Reference | Topics |
|---|---|
| Core traits and dependencies | Choosing serde or serde_core; derive support; trait-path diagnostics |
| JSON compatibility and values | Version floors; enum object keys; arbitrary-precision numbers; Map parsing and deserialization; Value defaults; RawValue; deterministic key ordering |
Dependency and compatibility changes
Choose serde unless a trait-only dependency is intentional
serde_core 1.0.220 contains the core traits and supporting APIs: