simple_array_from_yaml_async
Description:
[
Version ( since =
"7.8" ) ]
public static inline async Array<
T>
simple_array_from_yaml_async<
T> (
string yaml,
string[]? sub_members =
null,
Settings? settings =
null,
CollectionFactory[] collection_hierarchy =
new CollectionFactory[
0] {})
throws Error
Asynchronous version of method simple_array_from_yaml
Parameters:
| yaml |
Yaml string
|
| sub_members |
Sub members to 'steps'
|
| settings |
Settings
|
| collection_hierarchy |
Objects for creating collection objects with generics
|
Returns:
Exceptions:
| Serialize.Error |
Error with yaml or sub_members
|