Enable quotes around MetaAddress during serialization, since ':' is a valid YAML separator, which causes wrong deserialization when a vector of MetaAddress is serialized as a list
This commit imports: * support for (de-)serializing tuple-like objects in YAML * the Model data structure * the {Load,Serialize}ModelPass