For each class, determine whether the class can be serialized, i.e. whether an instance of the class can ever be found in an OTIO file. For example, can the following ever be found in an OTIO file? ```json { "OTIO_SCHEMA": "SerializableObject.1", "metadata": {"bar": 2}, "name": "foo", "foreignproperty" : "hello" } ```