mobi.voiceassistant.client.converter
Class SimpleRemoteTokenConverter
java.lang.Object
mobi.voiceassistant.client.converter.RemoteTokenConverter<RemoteModel>
mobi.voiceassistant.client.converter.SimpleRemoteTokenConverter
- All Implemented Interfaces:
- TokenConverter<ArrayList<RemoteModel>>
public final class SimpleRemoteTokenConverter
- extends RemoteTokenConverter<RemoteModel>
Created with IntelliJ IDEA.
User: morfeusys
Date: 31.01.13
Time: 13:14
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final TokenConverter<ArrayList<RemoteModel>> INSTANCE
getInstance
public static TokenConverter<ArrayList<RemoteModel>> getInstance()
fromJson
public RemoteModel fromJson(JSONObject json)
throws JSONException
- Specified by:
fromJson
in class RemoteTokenConverter<RemoteModel>
- Throws:
JSONException