pub fn serialize<S, T>( cell: &AtomicCell<T>, serializer: S ) -> Result<S::Ok, S::Error>where S: Serializer, T: Serialize + Copy,