case convertToSnakeCase
A key encoding strategy that converts camel-case keys to snake-case keys.
キャメルケースキーをスネークケースキーに変換するキーエンコーディング戦略。
Availability 有効性
Technology
case useDefaultKeys
The JSONEncoder
strategy is the strategy used if you don’t specify one.
JSONEncoder
戦略は、あなたが指定するものがないならば使用される戦略です。
Note 注意
If you use a nested Coding
enumeration to define custom key names, this strategy continues to use those names rather than reverting back to the original property names. Nested Coding
enumerations are described in Encoding and Decoding Custom Types.
あなたが入れ子にされたCoding
列挙を使ってあつらえのキー名を定義するならば、この戦略はそれら名前の使用を継続します、元のプロパティ名に戻るのではなく。入れ子にされたCoding
列挙は、あつらえの型のエンコーディングとデコーディングで記述されます。
case convertToSnakeCase