Changes between Version 50 and Version 51 of pyson
- Timestamp:
- 06/15/21 15:50:37 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyson
v50 v51 112 112 At this moment WRAPPER_OBJECT should be used; the others are not properly implemented. 113 113 114 === {{{@JsonDeserialize}}}}114 === {{{@JsonDeserialize}}}} 115 115 This annotation allows a custom hand-coded deserializer to be used. The argument is a full.class.path of a class implementing Deserializer. 116 116 For example, {{{@JsonDeserialize("geniusweb.issuevalue.ValueDeserializer.ValueDeserializer")}}}