Package com.naver.ads.util.xml
Interface XmlUnmarshallable
-
- All Implemented Interfaces:
-
com.naver.ads.util.xml.XmlPullParserHelper
public interface XmlUnmarshallable<T extends Object> implements XmlPullParserHelper
Represents a deserialization unmarshaller based on XML.
-
-
Method Summary
Modifier and Type Method Description abstract TcreateFromXmlPullParser(XmlPullParser xpp)Unmarshals the XML data from the given xpp and returns the result. -
-
Method Detail
-
createFromXmlPullParser
abstract T createFromXmlPullParser(XmlPullParser xpp)
Unmarshals the XML data from the given xpp and returns the result.
-
-
-
-