pub fn marshal_auto(node: &Node) -> Result<Vec<u8>>Expand description
Serialize a Node using a conservative auto strategy.
This keeps the fast one-pass path for typical payloads and only uses a lightweight preallocation hint for obviously larger payload shapes.