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
Incorporate (Multi)TypeSerializer in the json.JSONEncoder/Decoder paradigm (or at the very least implement encode() (“default()”) and decode() methods)
Rewrite MultiTypeSerialize decoder to be dict-based (to avoid traversing entire list of encoder/decoders on every translation)
Make serializer non-initializable from dataclasses decorated by make_jsonifiable()
Remove serializer from subclasses dataclass_fields attr
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: