File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55[ ![ Docs] ( https://img.shields.io/badge/docs-GitHub%20Pages-0a7ea4 )] ( https://adz.github.io/CodecMapper/ )
66[ ![ License] ( https://img.shields.io/github/license/adz/CodecMapper )] ( LICENSE.md )
77
8- ` CodecMapper ` is a schema-first serialization library for F#.
8+ ` CodecMapper ` is a schema-first serialization library for F# with native AOT and Fable compatibility .
99
1010It lets you define one schema and compile it into multiple codecs. The same mapping drives both encode and decode, so JSON and XML stay symmetric.
1111
12- It is for cases where the wire contract should be explicit, reviewable, and reusable instead of being inferred from CLR shape or serializer settings.
12+ It's for cases where the wire contract should be explicit, reviewable, and reusable instead of being inferred from CLR shape or serializer settings.
1313
1414## The idea
1515
You can’t perform that action at this time.
0 commit comments