Changes between Version 73 and Version 74 of pyson


Ignore:
Timestamp:
07/11/23 16:50:58 (22 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pyson

    v73 v74  
    145145This annotation allows a custom hand-coded serializer to be used. The argument is a full.class.path of the class implementing Serializer.
    146146
    147 For example, {{{@JsonSerialize("test.DeserializerTest.ValueSerializer")}}}
     147For example, {{{@JsonSerialize(ValueSerializer)}}}
    148148
    149149The Serializer requires one implemented method: