Deserializer.max_length

Maximum allowed dynamic array length. If any dynamic array is longer than this value, a DeserializationException is thrown.

struct Deserializer
enum max_length = size_t.max;

Meta