Be sure to get ashore
Be sure to get ashore
> 该结果实际上不是有效的 YAML。以下是引用 yaml 解析器为此返回的内容(注意所有错误)http://ben-kiki.org/ypaste/data/64377/index.html > > 我假设你的意思是这个(末尾的冒号): > > ```yaml > - person1: > age: 10 > name: 1 > - person2: > age: 20 > name: 2 >...
How do I deserialize them with tag? I tried to deserialize it directly, but I was told that Person does not have a person1 (tag, which is the Id value...
I try to match the property name in the ReadYaml method against Parser.Current, but it is difficult to determine the hierarchy if my Person object contains a List type property....