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