pub fn serialize_ascii(value: &RValue) -> Vec<u8> ⓘExpand description
Serialize an R value to ASCII text format (version 2).
Returns the complete byte stream including the “A\n” header, version triple,
and the recursively serialized object. The output is human-readable and
compatible with GNU R’s readRDS() / unserialize().