decodeWrappedToSequence
Decode a wrapped sequence of elements of type T incrementally. The elements are required to not be primitives (that encode to/parse from text).
This function will assume an unspecified wrapper element. It will read this element and return a sequence of the child elements,
Note that when the element name is not provided, it is detected on the first element. Subsequent elements must have the same name (namespace, localname).
Parameters
The reader used to read from
The name of the element. If null, automatically detected on content.
Decode a wrapped sequence of elements of type T incrementally. The elements are required to not be primitives (that encode to/parse from text).
This function will assume an unspecified wrapper element. It will read this element and return a sequence of the child elements,
Note that when the element name is not provided, it is detected on the first element. Subsequent elements must have the same name (namespace, localname).
Parameters
The deserializer to decode the elements.
The reader used to read from
The name of the element. If null, automatically detected on content.
