On 24/11/2015 14:30, Fam Zheng wrote: > Or you mean we don't have to serialize the list in one go, instead we can > serialize one MapEntry a time with QAPI like what we do now?
Yes, serializing the whole list in one go needs a visitor that can do streaming. We can write the array manually, and use QAPI to write each dictionary inside the array. Paolo