SelectionsFile.fromYAML

Deserialize the selections file according to its version

This will first deserialize the fileVersion only, and then the expected version if it is supported. Unsupported versions will be returned inside a Selections!0 struct, which only contains a fileVersion.

struct SelectionsFile
static
fromYAML
(
scope ConfigParser!SelectionsFile parser
)

Meta