Protocol

DecodableWithConfiguration

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

Declaration 宣言

protocol DecodableWithConfiguration

Topics 話題

Decoding デコーディング

Supporting Types 支援を行う型

Relationships 関係

Conforming Types これらの型が準拠

  • Array
    Conforms when Element conforms to DecodableWithConfiguration. ElementDecodableWithConfigurationに準拠している時に準拠します。
  • AttributeContainer
  • AttributedString
  • Optional
    Conforms when Wrapped conforms to DecodableWithConfiguration. WrappedDecodableWithConfigurationに準拠している時に準拠します。

See Also 参照

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