commit | 908d6933fad3462bfa02b3155abc06d07bd83a33 | [log] [tgz] |
---|---|---|
author | Srdjan Petrovic <spetrovic@google.com> | Tue Sep 02 15:26:49 2014 -0700 |
committer | Srdjan Petrovic <spetrovic@google.com> | Tue Sep 02 15:26:52 2014 -0700 |
tree | bf704f71588620681384b3504dc01491c57c9806 | |
parent | c5000fc3369a48bd135ca81935eb5c3617a38457 [diff] |
veyron2/vdl/codegen/java: Make all VDL types implement android.os.Parcelable. This is needed to pass VDL objects within Android efficiently. Also added type Any, which for now is a JSON-encoded VDL type. We need Any to be able to communicate with Identity Store from Android, as the store returns "any". In the long term, "any" will just work from Java. Change-Id: I888f929db02273873cfe319af0c8c99b642d1023