Changes between Version 33 and Version 34 of pyson
- Timestamp:
- 05/19/21 11:40:50 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyson
v33 v34 64 64 === {{{@JsonValue}}} 65 65 indicates that the value of annotated accessor 66 67 68 69 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 70 71 71