If we have a Collection in a configuration, the collection's items will be wrapped by a container element; This could result in a too much verbose configuration file.
We may want to remove the wrapping element.
XStream allow this by the putImplicitCollection() method.
If we have a Collection in a configuration, the collection's items will be wrapped by a container element; This could result in a too much verbose configuration file. We may want to remove the wrapping element. XStream allow this by the
putImplicitCollection()
method.