AFAIK, it's opposite: an array serialized in chunks, and they are concatenated on deserialization. Useful if you don't know how much elements you're sending, so you send them in finite chunks as the data becomes available. Client can also close connection, so you don't have to see the end of the sequence.

Reply via email to