#deserialization

1 messages · Page 1 of 1 (latest)

rugged lichen
#

if a JSON happens to match a class you currently have in your code, do you use that class or create a DTO for deserialization? even if the new DTO class is the exact same i think it helps create a separation in case the JSON changes and it won't affect your internal object

tender owlBOT
#

<@&987246399047479336> please have a look, thanks.

faint oxide
#

always dto