Changes between Version 32 and Version 33 of pyson


Ignore:
Timestamp:
05/19/21 11:40:32 (4 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pyson

    v32 v33  
    6161
    6262If this is used, the @JsonTypeInfo must also be provided.
     63
     64=== {{{@JsonValue}}}
     65indicates that the value of annotated accessor
     66    (either field or "getter" method [a method with non-void return type,
     67    no args]) is to be used as the single value to serialize for the
     68    instance, instead of the usual method of collecting properties
     69    of value.
     70
    6371
    6472=== {{{@JsonTypeInfo}}}