pub fn serialize_object_id_as_hex_string<S: Serializer>(
    val: &ObjectId,
    serializer: S
) -> Result<S::Ok, S::Error>
Expand description

Serializes an ObjectId as a hex string.