simple_from_yaml


Description:

[ Version ( since = "7.8" ) ]
public static inline T simple_from_yaml<T> (string yaml, string[]? sub_members = null, Settings? settings = null) throws Error

Object creation method from yaml via Worker.deserialize_object Simple version for fast deserialization without manual YamlWorker instance creation

Parameters:

yaml

Yaml string

sub_members

Sub members to 'steps'

settings

Settings

Returns:

Deserialized object

Exceptions:

Serialize.Error

Error with yaml or sub_members