Changes between Version 73 and Version 74 of pyson
- Timestamp:
- 07/11/23 16:50:58 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyson
v73 v74 145 145 This annotation allows a custom hand-coded serializer to be used. The argument is a full.class.path of the class implementing Serializer. 146 146 147 For example, {{{@JsonSerialize( "test.DeserializerTest.ValueSerializer")}}}147 For example, {{{@JsonSerialize(ValueSerializer)}}} 148 148 149 149 The Serializer requires one implemented method: