List of usage examples for com.google.gson JsonDeserializer interface-usage
From source file com.kyloth.serleena.synchronization.kylothcloud.InboundRootEntityDeserializer.java
/**
* Deserializer custom per deserializzare una InboundRootEntity dal JSON passato
* da Kyloth in GSON.
*
* @author Tobia Tesan <tobia.tesan@gmail.com>
* @version 1.0.0
From source file com.kyloth.serleena.synchronization.kylothcloud.RasterDataEntityDeserializer.java
/**
* Deserializer custom per deserializzare una RasterDataEntity dal JSON passato
* da Kyloth in GSON.
*
* @author Tobia Tesan <tobia.tesan@gmail.com>
* @version 1.0
From source file com.kyloth.serleena.synchronization.kylothcloud.TelemetryEntityDeserializer.java
/**
* Deserializer custom per deserializzare una TelemetryEntity dal JSON passato
* da Kyloth in GSON.
*
* @author Tobia Tesan <tobia.tesan@gmail.com>
* @version 1.0
From source file com.kyloth.serleena.synchronization.kylothcloud.TrackEntityDeserializer.java
/** * Deserializer custom per deserializzare una TrackEntity dal JSON passato da Kyloth in GSON. * @author Tobia Tesan <tobia.tesan@gmail.com> * @version 1.0.0 */ class TrackEntityDeserializer implements JsonDeserializer<TrackEntity> {
From source file com.kyloth.serleena.synchronization.kylothcloud.UserPointDeserializer.java
/**
* Deserializer custom per deserializzare una UserPointEntity dal JSON passato
* da Kyloth in GSON.
*
* @author Tobia Tesan <tobia.tesan@gmail.com>
* @version 1.0.0
From source file com.kyloth.serleena.synchronization.kylothcloud.WeatherEntityDeserializer.java
/** * Deserializer custom per deserializzare una WeatherEntity dal JSON passato da Kyloth in GSON. * @author Tobia Tesan <tobia.tesan@gmail.com> * @version 1.0.0 */ public class WeatherEntityDeserializer implements JsonDeserializer<WeatherDataEntity> {
From source file com.l.notel.notel.org.redpin.android.json.BaseFingerprintTypeAdapter.java
/**
* adapter for specific org.redpin.base.core.* type (it is needed to get always
* a org.repin.server.standalone.core.* instance after deserialization
*
* @see JsonSerializer
* @see JsonDeserializer
From source file com.l.notel.notel.org.redpin.android.json.BaseLocationTypeAdapter.java
/**
* adapter for specific org.redpin.base.core.* type (it is needed to get always
* a org.repin.server.standalone.core.* instance after deserialization
*
* @see JsonSerializer
* @see JsonDeserializer
From source file com.l.notel.notel.org.redpin.android.json.BaseMapTypeAdapter.java
/**
* adapter for specific org.redpin.base.core.* type (it is needed to get always
* a org.repin.server.standalone.core.* instance after deserialization
*
* @see JsonSerializer
* @see JsonDeserializer
From source file com.l.notel.notel.org.redpin.android.json.BaseMeasurementTypeAdapter.java
/**
* adapter for specific org.redpin.base.core.* type (it is needed to get always
* a org.repin.server.standalone.core.* instance after deserialization
*
* @see JsonSerializer
* @see JsonDeserializer