Skip to content

Support subclasses in encoders/decoders #45

@sdhiscocks

Description

@sdhiscocks

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions