Commits

Jordan Rose committed 9a67bc597e6
[serialization] Add support for classes. Classes are exactly like structs except that they may have a base class. However, this type will show up in the inheritance list. That means we don't actually need to serialize it twice; we can just grab the base class from the inheritance list. Swift SVN r6133