com.arcao.geocaching.api.impl.live_geocaching_api.parser
Class CacheLogJsonParser

java.lang.Object
  extended by com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonParser
      extended by com.arcao.geocaching.api.impl.live_geocaching_api.parser.CacheLogJsonParser

public class CacheLogJsonParser
extends JsonParser


Constructor Summary
CacheLogJsonParser()
           
 
Method Summary
static CacheLog parse(JsonReader r)
           
static List<CacheLog> parseList(JsonReader r)
           
protected static LogType parseLogType(JsonReader r)
           
 
Methods inherited from class com.arcao.geocaching.api.impl.live_geocaching_api.parser.JsonParser
parseAttributte, parseAttributteList, parseCacheType, parseContainerType, parseHomeCoordinates, parseJsonDate, parseMemberType, parseUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheLogJsonParser

public CacheLogJsonParser()
Method Detail

parseList

public static List<CacheLog> parseList(JsonReader r)
                                throws IOException
Throws:
IOException

parse

public static CacheLog parse(JsonReader r)
                      throws IOException
Throws:
IOException

parseLogType

protected static LogType parseLogType(JsonReader r)
                               throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.