YamlWorker


Description:

[ Version ( since = "7.8" ) ]
public YamlWorker (string yaml_string, string[]? sub_members = null, Settings? settings = null) throws Error

Performs initialization for deserialization. Accepts a yaml string.

Parameters:

yaml_string

Correct yaml string

sub_members

An array of names of yaml elements that need to be traversed to the target node

settings

Settings

Exceptions:

Serialize.Error

Error with yaml or sub_members