Skip to content

Do not serialize class properties

Compare
Choose a tag to compare
@BenjaminPelletier BenjaminPelletier released this 11 Jan 19:50
· 6 commits to main since this release
e58c91e

With #5, implicitdict no longer attempts to serialize or deserialize class properties (implemented as methods). This harmonizes behavior with other dict subclasses.