pajatopmr
01/10/2021, 4:33 PMserverInfo
field is missing, a missing field exception is thrown which I did not expect (because of the nullable indication). My conclusion is that this means I need to detect missing fields (using a transforming polymorphic serializer) and explicitly add a null, as in {"serverInfo":null}
. Would that conclusion be correct or am I missing something?pajatopmr
01/10/2021, 5:59 PM