Changes between Version 71 and Version 72 of pyson


Ignore:
Timestamp:
07/05/23 14:50:25 (17 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pyson

    v71 v72  
    157157
    158158=== Inheritance of annotations
    159 The usual inheritance mechanism of python applies also to the annotatinos.
     159The usual inheritance mechanism of python applies also to the decorators.
     160If you want to disable an inherited JsonDeserializer use  {{{@JsonDeserialize(None)}}}. Similarly for @JsonSerializer.
    160161
    161162