mobi.voiceassistant.client.model
Class City.Converter

java.lang.Object
  extended by mobi.voiceassistant.client.converter.RemoteTokenConverter<City>
      extended by mobi.voiceassistant.client.model.City.Converter
All Implemented Interfaces:
TokenConverter<ArrayList<City>>
Enclosing class:
City

public static final class City.Converter
extends RemoteTokenConverter<City>


Constructor Summary
City.Converter()
           
 
Method Summary
 City fromJson(JSONObject json)
           
 
Methods inherited from class mobi.voiceassistant.client.converter.RemoteTokenConverter
convert, fromJson, fromJsonArray, fromJsonArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

City.Converter

public City.Converter()
Method Detail

fromJson

public City fromJson(JSONObject json)
              throws JSONException
Specified by:
fromJson in class RemoteTokenConverter<City>
Throws:
JSONException