Package com.iland.core.api.serialization
Class AlertDeserializer
java.lang.Object
com.iland.core.api.serialization.AlertDeserializer
- All Implemented Interfaces:
com.google.gson.JsonDeserializer<Alert>
Custom Alert Deserializer.
- Author:
- Brett Snyder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(com.google.gson.JsonElement json, Type type, com.google.gson.JsonDeserializationContext context)
-
Constructor Details
-
AlertDeserializer
public AlertDeserializer()
-
-
Method Details