Skip to content

Determine which classes are abstract and concrete #11

@palemieux

Description

@palemieux

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?

{
  "OTIO_SCHEMA": "SerializableObject.1",
  "metadata": {"bar": 2},
  "name": "foo",
  "foreignproperty" : "hello"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions