<@U5R239WUW> i have the following struture in yaml...
# serialization
n
@charleskorn i have the following struture in yaml.. can kaml do that kind of polymorphism or would that be in the serialization library?
Copy code
someid@typeA: 
  a: "a"
someOtherId@typeB:
  b: "b"
this is what is.. "easiest" to write using vscode + yaml plugin for users that still gives decent autocompletion and error hinting i have no clue though how to even get started turning this into a serializer though