Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
loyada committed Feb 12, 2024
1 parent 495e2ff commit a24592c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/structures.rst
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,9 @@ Typedpy exposes several global defaults. These can be views as the Typedpy confi
case you use ImmutableStructure, as it protects from mutating nested elements. However, it has a significant cost
in terms of performance. That's why by default, it is set to False. The assumption is that if you are using trusted
instantiation, you prioritize performance over immutability safety.

10. TypedPyDefaults.ignore_invalid_additional_properties_in_deserialization - in case additional_properties is set to False
and the payload to deserialization contains additional properties, this setting determines whether they will be silently
ignored, and cause an exception. Default is True.

Planned Deprecations
====================
Expand Down

0 comments on commit a24592c

Please sign in to comment.