Hi,
I have a structure like this:
Hashtable<String, ArrayList<Hashtable<Integer, Integer>>> complexTable
And I want to marshall this using JAXB. I suppose I should write an Adapter for this, but I have no idea how this adapter should look like. Can anybody help me with this?