pub fn serialize_document_into( doc: &Document, schema: &Schema, buf: &mut Vec<u8>, ) -> Result<()>
Serialize a document into a reusable buffer (clears it first). Avoids per-document allocation when called in a loop.