pub fn serialized_size<T: NsonSerialize + ?Sized>(value: &T) -> Result<u64>
Computes the exact serialized byte count without allocating an output buffer.