We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
XMLDecodableSequence
1 parent 5cdfced commit ca93244Copy full SHA for ca93244
Sources/XMLCoder/Auxiliaries/Metatypes.swift
@@ -7,7 +7,9 @@
7
//
8
9
/// Type-erased protocol helper for a metatype check in generic `decode`
10
-/// overload.
+/// overload. If you custom sequence type is not decoded correctly, try
11
+/// making it confirm to `XMLDecodableSequence`. Default conformances for
12
+/// `Array` and `Dictionary` are already provided by the XMLCoder library.
13
public protocol XMLDecodableSequence {
14
init()
15
}
0 commit comments