Commit dfb5bd6
authored
feat: add extended types serializer (#74)
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 representation
Signed-off-by: Rares Polenciuc <rarepolz@amazon.com>1 parent 6e565a7 commit dfb5bd6
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