lucidsoftware / xtract

A library to make it easy to deserialize XML to user types in scala
Apache License 2.0
60 stars 20 forks source link

tuples may not have more than 22 elements, but 23 given #46

Closed ofilangi closed 11 months ago

ofilangi commented 11 months ago

How can we manage the limitation of the number of arguments to parse in the xmlreader method ? Currently the limitation is 22 args

ofilangi commented 11 months ago

I created subclasses by type of "Properties". which removes this limitation