-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
[area] SerializationAnything related to serializationAnything related to serialization[priority] lowestVery low urgencyVery low urgency[scope] maintenanceCode/tooling cleanup, no feature or bugfix (major.minor.PATCH)Code/tooling cleanup, no feature or bugfix (major.minor.PATCH)
Description
The SerializerBase class has a method _convert_to_dict which we rely on for serialization. It is currently using the old python inspection API using inspect.getfullargspec which should be replaced with the modern method inspect.signature.
This replacement is non-trivial due to inspect.getfullargspec being deeply ingrained in _convert_to_dict.
The _convert_to_dict method is in serious need of a refactoring anyways, so this replacement can happen when the method gets refactored.
Metadata
Metadata
Assignees
Labels
[area] SerializationAnything related to serializationAnything related to serialization[priority] lowestVery low urgencyVery low urgency[scope] maintenanceCode/tooling cleanup, no feature or bugfix (major.minor.PATCH)Code/tooling cleanup, no feature or bugfix (major.minor.PATCH)