[ Version ( since = "7.8" ) ]
public static inline Array<T> simple_array_from_yaml<T> (string yaml, string[]? sub_members = null, Settings? settings = null, CollectionFactory[] collection_hierarchy = new CollectionFactory[0] {}) throws Error
Array creation method from yaml via ArraySupport.deserialize_array Simple version for fast deserialization without manual YamlWorker instance creation
| yaml |
Yaml string |
| sub_members |
Sub members to 'steps' |
| settings |
Settings |
| collection_hierarchy |
Objects for creating collection objects with generics |
|
Deserialized array |
| Serialize.Error |
Error with yaml or sub_members |