public class StopAgencyAndIdArrayListAdapter extends XmlAdapter<ArrayList<AgencyAndIdType>,ArrayList<Stop>>
Constructor and Description |
---|
StopAgencyAndIdArrayListAdapter() |
Modifier and Type | Method and Description |
---|---|
ArrayList<AgencyAndIdType> |
marshal(ArrayList<Stop> arg) |
ArrayList<Stop> |
unmarshal(ArrayList<AgencyAndIdType> arg) |
public ArrayList<Stop> unmarshal(ArrayList<AgencyAndIdType> arg) throws Exception
unmarshal
in class XmlAdapter<ArrayList<AgencyAndIdType>,ArrayList<Stop>>
Exception
public ArrayList<AgencyAndIdType> marshal(ArrayList<Stop> arg) throws Exception
marshal
in class XmlAdapter<ArrayList<AgencyAndIdType>,ArrayList<Stop>>
Exception
Copyright © 2019. All rights reserved.