Description
On a higher language semantics , List < > are very useful for manipulation and when finally sent down to the wire - the protocol currently seems to take only [ ] through an expensive copy.
Supporting List <T > directly would save us the copy in terms of memory and add to faster / deserialization.