Uses of Interface
citysdk.tourism.client.poi.Deserializable

Packages that use Deserializable
citysdk.tourism.client.parser Package for the library parsers and deserializers. 
citysdk.tourism.client.poi.lists Package for the list of W3C objects. 
citysdk.tourism.client.poi.single Package for the single W3C objects. 
 

Uses of Deserializable in citysdk.tourism.client.parser
 

Methods in citysdk.tourism.client.parser that return Deserializable
 Deserializable POIDeserializer.deserialize(com.google.gson.JsonElement json, java.lang.reflect.Type typeOfT, com.google.gson.JsonDeserializationContext context)
          Gson deserializer for the CitySDK Tourism POI Classes
 Deserializable JsonParser.parseJsonAsGeneric()
          Parses the JSON as a generic POI.
 

Uses of Deserializable in citysdk.tourism.client.poi.lists
 

Classes in citysdk.tourism.client.poi.lists that implement Deserializable
 class ListEvent
          Represents a list of Event.
 class ListPointOfInterest
          Represents a list of PointOfInterest.
 class ListPOIS
          A list of lists (containing ListPointOfInterest, ListEvent and ListRoute).
 class ListRoute
          Represents a list of Route.
 class ListTag
          Represents a list of Tag.
 class POIS<T>
          The representation of a list of POI.
 class Resources
          Represents the resources provided by a server.
 

Uses of Deserializable in citysdk.tourism.client.poi.single
 

Classes in citysdk.tourism.client.poi.single that implement Deserializable
 class Category
          Representation of a Category object.
 class Event
          A simple representation of an Event.
 class POI
          A base class for PointOfInterest, Event, Route and POIS.
 class PointOfInterest
          A simple representation of a Point of Interest.
 class Route
          A simple representation of a Route.
 class Tag
          Representation of a Tag object.