Commits

Jordan Rose committed 413b2ae485e
[serialization] Sketch out struct serialization. This serializes structs, but not any of their members. Unfortunately, all structs have members (the implicit constructor at the very least), so this doesn't actually do anything at all and is completely untested. Immediate goal: round-tripping an empty struct. Swift SVN r5530