文書   >   Foundation   >   Archives and Serialization   >   JSONDecoder   >   JSONDecoder.DataDecodingStrategy
列挙型
JSONDecoder.DataDecodingStrategy
生データを復号化するための戦略。
トピックス
Base64 の復号化
case base64
Base64 復号化を使用してデータの復号化をする戦略。
カスタムの形式
case custom((Decoder) )
ユーザー定義関数を使用してデータを復号化する戦略。
データの復号化
case deferredToData
データインスタンス自体で指定されたコード化を使用してデータをコード化する戦略。
以下も見よ
生のデータの復号化
var dataDecodingStrategy: JSONDecoder.DataDecodingStrategy
デコーダが生のデータを復号化するために使用する戦略。