You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{'foo': 10}
Traceback (most recent call last):
File "/Users/yukinaritani/repos/p/pyserde2/examples/generics_flatten.py", line 45, in <module>
main()
File "/Users/yukinaritani/repos/p/pyserde2/examples/generics_flatten.py", line 41, in main
print(from_dict(GenericBar[int], d))
File "/Users/yukinaritani/repos/p/pyserde2/serde/de.py", line 505, in from_dict
return from_obj(cls, o, named=True, reuse_instances=reuse_instances)
File "/Users/yukinaritani/repos/p/pyserde2/serde/de.py", line 472, in from_obj
raise SerdeError(e) from None
serde.compat.SerdeError: 'v'
The text was updated successfully, but these errors were encountered:
Got
The text was updated successfully, but these errors were encountered: