Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 name: serialization | 1 name: serialization |
| 2 author: "Dart Team <misc@dartlang.org>" | 2 author: "Dart Team <misc@dartlang.org>" |
| 3 homepage: http://www.dartlang.org | 3 homepage: http://www.dartlang.org |
| 4 documentation: http://api.dartlang.org/docs/pkg/serialization | 4 documentation: http://api.dartlang.org/docs/pkg/serialization |
| 5 description: > | 5 description: > |
| 6 Provide a serialization facility for Dart objects. | 6 Provide a serialization facility for Dart objects. |
| 7 dependencies: | 7 dependencies: |
| 8 unittest: | 8 unittest: any |
|
Jennifer Messerly
2013/03/21 00:32:38
this could be a dev_dependency?
Alan Knight
2013/03/21 20:39:25
Done in the meantime by someone else and merged.
| |
| 9 sdk: unittest | |
| OLD | NEW |