Encoded the Data as a Base64-encoded string. This is the default strategy.
Data
case base64
s7SotoXML10XMLEncoderV20DataEncodingStrategyO6base64yA2EmF
5NMRU
import SotoXML
enum DataEncodingStrategy
The strategy to use for encoding Data values.
struct XMLEncoder
The wrapper class for encoding Codable classes to XMLElements
case custom((Data, Encoder) throws -> XML.Element)
Encode the Data as a custom value encoded by the given closure.