VYaml icon indicating copy to clipboard operation
VYaml copied to clipboard

Does VYaml support deserialization of objects with auto-property initializer syntax

Open MonoLogueChi opened this issue 1 year ago • 0 comments

Does VYaml support deserialization of objects with auto-property initializer syntax

eg:

public string S {get;set;} = "s";
public CustomClass CustomClass {get; set;} = new();

MonoLogueChi avatar Feb 22 '24 08:02 MonoLogueChi