The guide is really complete and it is easy to find things, I think it should be pinned in the channel too
k
Karlo Lozovina
03/23/2021, 4:02 PM
actually I read it a couple of times, and already have some data classes encoded like you suggested 😄 I just blanked out for a moment because I'm looking for a more general solution actually... replacing nulls with default Booleans or Enums is working fine, but sometimes depending if one or multiple fields are null I have to decode to another type all together...
Karlo Lozovina
03/23/2021, 4:03 PM
I don't think there's a declarative way to do that, probably have to write a custom serializer for it...