merge with ormsgpack

This commit is contained in:
William Fu-Hinthorn
2025-03-24 16:21:59 -07:00
10 changed files with 416 additions and 521 deletions
+1
View File
@@ -107,6 +107,7 @@ def test_serde_jsonplus() -> None:
"time": current_time,
"uid": uid,
"timestamp": current_timestamp,
"my_rich_dict": {(1, 2, 3): 45},
"my_slotted_class": MyDataclassWSlots("bar", 2, InnerDataclass("hello")),
"my_dataclass": MyDataclass("foo", 1, InnerDataclass("hello")),
"my_enum": MyEnum.FOO,