StructSerializer.AssertSupportedArray

Asserts that T, which is an array of U and the type of the i-th field of S, is a supported array field type for struct serialization; multi-dimensional arrays and arrays of reference types or structs are currently not supported.

Template parameter: T = type to check U = element type of array type T S = struct type (for message generation) i = struct field index (for message generation)

struct StructSerializer(bool AllowUnions = false)
static
template AssertSupportedArray (
T
U
S
size_t i
)

Meta