Commit c52096c
Rares Polenciuc
feat: add extended types serializer
Implement ExtendedTypesSerDes
- Plain JSON for primitives (str, int, float, bool, None)
- Plain JSON for simple lists containing only primitives
- Extended format for complex types (datetime, Decimal, UUID, etc.)
- Support datetime/date with ISO format encoding
- Handle Decimal with string representation1 parent 6beb550 commit c52096c
3 files changed
Lines changed: 1126 additions & 27 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
0 commit comments