Connection.readList

*6. Collection types

This section describe the serialization format for the collection types: list, map and set. This serialization format is both useful to decode values returned in RESULT messages but also to encode values for EXECUTE ones.

The serialization formats are: List: a short n indicating the size of the list, followed by n elements. Each element is [short bytes] representing the serialized element value.

class Connection
protected
readList
(
T
)
(
FrameHeader fh
)

Meta