pub fn serialize_into_slice<'a, 'b: 'a, T: Serialize + ?Sized>( v: &T, bytes: &'b mut &'a mut [u8], isolated: bool, ) -> Result<(), IoError>