-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
It would be useful to be able to (optionally) automatically support subclasses of any registered class. A simple example of this would be pathlib.Path in the existing examples, where additional registrations are currently required for the concrete types (example 10).
This could be optional, such to provide backward compatibility, and where explicit encoder/decoder is required for a subclass the explicit encoders/decoders take precedence.
Reactions are currently unavailable