Protocol

EncodableWithConfiguration

A protocol for types that support encoding when supplied with an additional configuration type.

Declaration 宣言

protocol EncodableWithConfiguration

Topics 話題

Encoding エンコーディング

Supporting Types 支援を行う型

Relationships 関係

Conforming Types これらの型が準拠

  • Array
    Conforms when Element conforms to EncodableWithConfiguration. ElementEncodableWithConfigurationに準拠している時に準拠します。
  • AttributeContainer
  • AttributedString
  • Optional
    Conforms when Wrapped conforms to EncodableWithConfiguration. WrappedEncodableWithConfigurationに準拠している時に準拠します。

See Also 参照

Serializing Arbitrary Payloads 恣意的なペイロードをシリアル化する