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.
1) Use
instead of
where
ListOfVectorsis