pub fn ron_serializer<T: ?Sized + Serialize>(
    message: &T,
    buffer: &mut Vec<u8>
) -> Result<(), Error>
Expand description

RON serializer