Changes between Version 51 and Version 52 of pyson


Ignore:
Timestamp:
06/15/21 15:50:52 (4 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pyson

    v51 v52  
    112112At this moment WRAPPER_OBJECT should be used; the others are not properly implemented.
    113113
    114 === {{{@JsonDeserialize}}}}
     114=== {{{@JsonDeserialize}}}
    115115This annotation allows a custom hand-coded deserializer to be used. The argument is a full.class.path of a class implementing Deserializer.
    116116For example, {{{@JsonDeserialize("geniusweb.issuevalue.ValueDeserializer.ValueDeserializer")}}}