public class XmlMatrixArrayListAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<XmlMatrixArrayList,java.util.ArrayList<org.ujmp.core.Matrix>>
Constructor and Description |
---|
XmlMatrixArrayListAdapter() |
Modifier and Type | Method and Description |
---|---|
XmlMatrixArrayList |
marshal(java.util.ArrayList<org.ujmp.core.Matrix> v) |
java.util.ArrayList<org.ujmp.core.Matrix> |
unmarshal(XmlMatrixArrayList v) |
public java.util.ArrayList<org.ujmp.core.Matrix> unmarshal(XmlMatrixArrayList v) throws java.lang.Exception
unmarshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<XmlMatrixArrayList,java.util.ArrayList<org.ujmp.core.Matrix>>
java.lang.Exception
public XmlMatrixArrayList marshal(java.util.ArrayList<org.ujmp.core.Matrix> v) throws java.lang.Exception
marshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<XmlMatrixArrayList,java.util.ArrayList<org.ujmp.core.Matrix>>
java.lang.Exception