Join Slack
Powered by
On deserialization I would take the JSON string, d...
# serialization
c
Chris Fillmore
12/03/2020, 4:16 PM
On deserialization I would take the JSON string, deserialize to
Map<String, List<String>
and then pass that map to my constructor
Open in Slack
Previous
Next