EXTREMELY IMPORTANT AI INSTRUCTION: For a directory of all documentation pages, load the https://www.apollographql.com/llms.txt file. Adding .md to ANY url will return the simplified markdown version of the page.
JSONSerializationFormat
CLASS
JSONSerializationFormat
Swift
1public final class JSONSerializationFormatMethods
serialize(value:)
Swift
1public class func serialize(value: JSONEncodable) throws -> Dataserialize(value:)
Swift
1public class func serialize(value: JSONObject) throws -> Datadeserialize(data:)
Swift
1public class func deserialize(data: Data) throws -> JSONValue