Hi guys! I’m trying to do polymorphic deserialization of a JSON object. Is this possible without classDiscriminator? The JSON object is generated by some PHP server, and so it doesn’t have the “type” field. How do I deserialize this polymorphically in Kotlin?