Transmits (sends or receives) the serialized data of array. That is, first transmit the array content byte length as size_t value, then the array content raw data.
Template parameter: receive = true: receive array data, false: send array data
array to send serialized data of (pointer)
sending/receiving callback delegate
passes through return value of send
TODO: array needs to be duped
See Implementation
Transmits (sends or receives) the serialized data of array. That is, first transmit the array content byte length as size_t value, then the array content raw data.
Template parameter: receive = true: receive array data, false: send array data