Andrea Placuzzi
Results
1
comments of
Andrea Placuzzi
I'm already here, but with a solution (or at least a workaround) for ImmutableList. I took inspiration from [CollectionNodeDeserializer](https://github.com/aaubry/YamlDotNet/blob/master/YamlDotNet/Serialization/NodeDeserializers/CollectionNodeDeserializer.cs). ```c# /// /// Node deserializer to deserialize . /// internal class...