kaiaw

Results 1 comments of kaiaw

Just wanted to add to this: Also doesn't seem to work for nested types ```python @serde @dataclass class Bar: e: int f: str @serde @dataclass class Foo: a: Bar |...