pub const MAX_RECURSION: usize = 32;
The maximum recursion depth of encoding and decoding. Each pointer to an out-of-line object counts as one step in the recursion depth.