Moritz Post
09/23/2021, 9:57 AM["create", true, {more: "properties", different: 123}] which i want to convert into class Operation(val type: String, val active: Boolean, properties: Map<String, Any>). I am trying to create a KSerializer but i fail to generate a fitting descriptor for such a format. Any advice will be appreciated.