Skip to content

feat: deserialization should ignore unregistered elements #176

@jkowalleck

Description

@jkowalleck

current behavior

desired behavior

  • deserialization passes only those things, that are mapped to a property in the python object.

possible implementation

  • @py_serializable.serializable_class gets a parameter, that controls whether to "drop" anything that is "unknonw" property of the class
    • parameter is optional, defaults to False

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions