D - list item type.public static interface VKList.Parser<D>
JSONArray a instances of items of the list.| Modifier and Type | Method and Description |
|---|---|
D |
parseObject(org.json.JSONObject source)
Creates a list item of its representation return VK API from
JSONArray |
D parseObject(org.json.JSONObject source) throws java.lang.Exception
JSONArraysource - representation of the object in the format returned by VK API.java.lang.Exception - if the exception is thrown, the element iterated this method will not be added to the list.