Changes between Version 71 and Version 72 of pyson
- Timestamp:
- 07/05/23 14:50:25 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyson
v71 v72 157 157 158 158 === Inheritance of annotations 159 The usual inheritance mechanism of python applies also to the annotatinos. 159 The usual inheritance mechanism of python applies also to the decorators. 160 If you want to disable an inherited JsonDeserializer use {{{@JsonDeserialize(None)}}}. Similarly for @JsonSerializer. 160 161 161 162