serebit
07/18/2019, 9:44 PMDominaezzz
07/29/2019, 11:09 AMserebit
07/29/2019, 3:03 PMtype
key, and an integer value. I was trying to use SerialId
to set the discriminator, but I kept getting the error message that there were no serializers configured for the type integers I was getting. I eventually figured out that I needed to use SerialName
instead, and after that everything worked as expected.Dominaezzz
07/29/2019, 5:17 PMtype
key, post deserialisation?serebit
07/29/2019, 7:32 PM