Enumeration
XMLDecoder.DataDecodingStrategy
public enum DataDecodingStrategy
The strategy to use for decoding Data
values.
Relationships
Member Of
XMLDecoder
XMLDecoder
facilitates the decoding of XML into semanticDecodable
types.
Enumeration Cases
custom
case custom((_ decoder: Decoder) throws -> Data)
Decode the Data
as a custom box decoded by the given closure.