Searched refs:StringStringDictionarySerializer (Results 1 – 7 of 7) sorted by relevance
11 …expect(try StringStringDictionarySerializer.serialize(dictionary: ["hello": "world"])) == "hello=\… in spec()12 …expect(try StringStringDictionarySerializer.serialize(dictionary: ["*hello": "world"])) == "*hello… in spec()13 … expect(try StringStringDictionarySerializer.serialize(dictionary: ["*_-.*": ""])) == "*_-.*=\"\"" in spec()16 …expect(try StringStringDictionarySerializer.serialize(dictionary: ["test": "\\test\""])) == "test=… in spec()20 try StringStringDictionarySerializer.serialize(dictionary: ["": "world"]) in spec()25 try StringStringDictionarySerializer.serialize(dictionary: ["Hello": "world"]) in spec()30 try StringStringDictionarySerializer.serialize(dictionary: ["Hello": "world"]) in spec()35 try StringStringDictionarySerializer.serialize(dictionary: ["Hell&o": "world"]) in spec()
33 public class StringStringDictionarySerializer { class
241 …extraHeaders["Expo-Extra-Params"] = try StringStringDictionarySerializer.serialize(dictionary: ext…
558 _ = try StringStringDictionarySerializer.serialize(dictionary: extraParamsToWrite) in setExtraParam()