XMLCodable
public protocol XMLCodable : Decodable, Encodable
protocol to return XMLContainerCoding values. To control how the child elements of a Codable class are encoded inherit from this and return coding values for each
-
Undocumented
Declaration
Swift
static func getXMLContainerCoding(for key: CodingKey) -> XMLContainerCoding?