dMusicb
05/04/2022, 7:19 PM{
"type": "Foo" | "Bar" | "Baz"
"payload": FooPayload | BarPayload | BazPayload
}
Landry Norris
05/04/2022, 7:29 PMdMusicb
05/04/2022, 7:45 PM"blahblah": "Foo" | "Bar" | "Baz"
Landry Norris
05/04/2022, 7:54 PMdMusicb
05/04/2022, 10:53 PMLandry Norris
05/04/2022, 10:57 PMdMusicb
05/04/2022, 11:01 PMLandry Norris
05/04/2022, 11:03 PMPaul Griffith
05/04/2022, 11:21 PMJsonContentPolymorphicSerializer
; you can decode the full object, do your logging, then select a (de)serializer to use based on the given keydMusicb
05/04/2022, 11:32 PM