Hi all!<div><br></div><div>    Stuck with AmpList again :( Im trying to send/retrieve data much larger then 64K and choose AmpList cause it &quot;Convert a list of dictionaries into a list of AMP boxes&quot;.</div><div><br>
</div><div>My original data looks like a long list of dicts [ {1}, {2}, ..., {x} ].</div><div>I convert it to [</div><div>    {&#39;data&#39;: &#39;json encoded 1,2 dicts&#39;},</div><div>    {&#39;data&#39;: &#39;json encoded 3,4 dicts}&#39;,</div>
<div>    ...</div><div>] hoping EACH element in converted list will be converted to AmpBox and retriever on wire.</div><div><br></div><div>However, still got TooLong exception on AmpBox.serialize(). AmpBox trying to serialize all my converted list but not each dict in it separately.</div>
<div><br></div><div>Does this behavior ok, or this is a bug?</div><div><br>-- <br>WBR, Vlad<br><br>
</div>