pub fn serialize_to_string<S>(
    x: &FlatpakSourceType,
    s: S
) -> Result<S::Ok, S::Error> where
    S: Serializer