Package ai.waii.clients.history
Class History.HistoryEntryDeserializer
java.lang.Object
ai.waii.clients.history.History.HistoryEntryDeserializer
- All Implemented Interfaces:
com.google.gson.JsonDeserializer<HistoryEntry>
- Enclosing class:
History
public static class History.HistoryEntryDeserializer
extends Object
implements com.google.gson.JsonDeserializer<HistoryEntry>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)
-
Constructor Details
-
HistoryEntryDeserializer
public HistoryEntryDeserializer()
-
-
Method Details
-
deserialize
public HistoryEntry deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException - Specified by:
deserializein interfacecom.google.gson.JsonDeserializer<HistoryEntry>- Throws:
com.google.gson.JsonParseException
-