org.kuali.student.enrollment.courseoffering.service
Class ListOfListOfStringXmlAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,List<List<String>>>
org.kuali.student.enrollment.courseoffering.service.ListOfListOfStringXmlAdapter
public class ListOfListOfStringXmlAdapter
- extends XmlAdapter<String,List<List<String>>>
- Author:
- ocleirig
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListOfListOfStringXmlAdapter
public ListOfListOfStringXmlAdapter()
marshal
public String marshal(List<List<String>> v)
throws Exception
- Specified by:
marshal
in class XmlAdapter<String,List<List<String>>>
- Throws:
Exception
unmarshal
public List<List<String>> unmarshal(String v)
throws Exception
- Specified by:
unmarshal
in class XmlAdapter<String,List<List<String>>>
- Throws:
Exception
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.