Static Method (Default implementation)swift 6.0.3FoundationEssentials
encode(_:to:)
- iOS
- 15+
- macOS
- 12+
- tvOS
- 15+
- watchOS
- 8+
static func encode(_ value: Self.Value, to encoder: any Encoder) throws
static func encode(_ value: Self.Value, to encoder: any Encoder) throws
s20FoundationEssentials28EncodableAttributedStringKeyPAASE5ValueRpzrlE6encode_2toyAE_s7Encoder_ptKFZ
What are these?3O5OE
where Self.Value:Encodable
import FoundationEssentials
protocol EncodableAttributedStringKey : AttributedStringKey
associatedtype Value : Hashable
protocol Encoder
A type that can encode values into a native format for external representation.
protocol Encodable
A type that can encode itself to an external representation.
static func encode(_ value: Self.Value, to encoder: any Encoder) throws