pub fn serializer<T, S>(v: &Arc<T>, s: S) -> Result<S::Ok, S::Error>
where S: Serializer, T: Serialize,
Expand description

arc serializer