[Simple-support] [simple-xml] deserialize spaced attibutes list
Brought to you by:
niallg
|
From: Arnaud b. <arn...@gm...> - 2013-06-11 12:58:32
|
Hello,
I've document with element like: <element weeks="W01 W03 W52"/>
I'd like to do something like:
@root
class Element {
@AttibuteList
List<String> weeks
}
But AttibuteList annotation doesn't exist (and ElementList exists)
How do you suggest to proceed with simple-xml ?
Regards,
Arnaud.
|