Transmits (sends or receives) the serialized data of all array fields in s.
Template parameter: receive = true: receive array data, false: send array data
struct instance (pointer)
sending/receiving callback delegate
passes through return value of transmit
FIXME: Does currently not scan static array fields for a struct type containing dynamic arrays. Example:
struct S1 { int[] x; } struct S2 { S1[7] y; // elements contain a dynamic array }
See Implementation
Transmits (sends or receives) the serialized data of all array fields in s.
Template parameter: receive = true: receive array data, false: send array data