Reads data from a byte stream into a structured type based on specified field names and read kinds. Designed specifically for better control reading string and array fields.
The type representing the structure to read into.
Variadic template parameter representing field names and read kinds.
Returns an instance of type T with fields populated based on the specified read operations.
See Implementation
Reads data from a byte stream into a structured type based on specified field names and read kinds. Designed specifically for better control reading string and array fields.