Changes between Version 32 and Version 33 of pyson
- Timestamp:
- 05/19/21 11:40:32 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyson
v32 v33 61 61 62 62 If this is used, the @JsonTypeInfo must also be provided. 63 64 === {{{@JsonValue}}} 65 indicates 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 63 71 64 72 === {{{@JsonTypeInfo}}}