I got an attribute like this
private ArrayList<ArrayList<Vector3D>> trajectories = new ArrayList<ArrayList<Vector3D>>();
Vector3D is a simple container for 3 double values. How do I marshall this properly with JAXB? I only get elements in the XML-File.
> trajectories = new ArrayList>()`
– Anders R. Bystrup Nov 13 '12 at 10:23