geocaching.api.impl.live_geocaching_api.parser
Class TravelBugJsonParser

java.lang.Object
  extended by geocaching.api.impl.live_geocaching_api.parser.JsonParser
      extended by geocaching.api.impl.live_geocaching_api.parser.TravelBugJsonParser

public class TravelBugJsonParser
extends JsonParser


Constructor Summary
TravelBugJsonParser()
           
 
Method Summary
static TravelBug parse(JsonReader r)
           
static List<TravelBug> parseList(JsonReader r)
           
 
Methods inherited from class 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

TravelBugJsonParser

public TravelBugJsonParser()
Method Detail

parseList

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

parse

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


Copyright © 2012. All Rights Reserved.