Open GoogleCodeExporter opened 8 years ago
Like protobuf, the top level objects that you can directly serialize are
limited to messages (pojos).
You cannot directly serialize primitive fields.
Use this instead:
message IntList {
repeated int32 x = 1;
}
Original comment by david.yu...@gmail.com
on 12 Jul 2013 at 1:04
Original issue reported on code.google.com by
vimalath...@gmail.com
on 11 Jul 2013 at 5:59