Add De/Serialization for most bitflag types
This adds Serialize
/Deserialize
implementations on most bitflag types (i.e. any that implement StaticType
). Flags are represented as '+' separated lists of nicks, for example a VideoFlags
may be serialized to "variable-fps+premultiplied-alpha"
.
Edited by Vivienne Watermeier