DescriptionAdd support for lists to the C message reader
The C message reader can now read lists created like this:
new List()
new List<int>()
new List<String>()
new List<double>()
new List<bool>()
The handling of this should be updated when the new external message serialization format is finished.
R=asiva@google.com, turnidge@google.com
BUG=
TEST=
Patch Set 1 #Patch Set 2 : Removed the support for GrowableObjectArray #Patch Set 3 : Removed unused function #
Messages
Total messages: 6 (0 generated)
|