Open rebelsky opened 11 years ago
Arrays of bytes are a special case - we don't want to convert them to lists (at least not if they are large) since our primary goal is to make the data fast to work with, and converting to a list is slow.
Step one: Added support to read arrays of bytes from the server. Done.
Arrays of bytes are a special case - we don't want to convert them to lists (at least not if they are large) since our primary goal is to make the data fast to work with, and converting to a list is slow.