#deserialization
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
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
<@&987246399047479336> please have a look, thanks.
always dto