Chromium Code Reviews
DescriptionSupport for writing Int32 lists.
We have one List<int> in the summaries model, so we need to be able
to write these lists in FlatBuffers.
We could probably make it more general by adding the Writer interface
and use it for writing any lists, as well as replace specialized
methods like addInt32() or addInt8() with a general addScalarField().
But this will make clients code a little bigger. Thoughts?
R=paulberry@google.com
BUG=
Committed: https://github.com/dart-lang/sdk/commit/26c6fc36e4db19767b46d4ec8158c29dede290b2
Patch Set 1 #
Messages
Total messages: 4 (1 generated)
|
||||||||||||||||||||||||||||