pub fn string_as_objectid<S>(
    data: &str,
    serializer: S
) -> Result<S::Ok, S::Error> where
    S: Serializer