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
Traceback (most recent call last):
File "/private/tmp/foo.py", line 12, in <module>
print(to_dict(parent))
^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/serde/se.py", line 450, in to_dict
return to_obj( # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/serde/se.py", line 378, in to_obj
raise SerdeError(e) from None
serde.compat.SerdeError: name 'value_serializer' is not defined
The text was updated successfully, but these errors were encountered:
It appears that a custom field serializer inside of a flattened field fails to serialzie:
Example:
Stacktrace:
The text was updated successfully, but these errors were encountered: