public class

CustomDeserializer

extends Object
implements JsonDeserializer<T>
java.lang.Object
   ↳ org.mule.LiquidPlanner.client.serializer.CustomDeserializer

Summary

Constants
String ALERT_TYPE
String COMMENT_TYPE
String FOLDER_TYPE
String INBOX_TYPE
String MILESTONE_TYPE
String PACKAGE_TYPE
String PROJECT_TYPE
String TASK_TYPE
Fields
private static final Gson GSON
Public Constructors
CustomDeserializer()
Public Methods
Object deserialize(JsonElement json, Type typeOfT, JsonDeserializationContext context)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.gson.JsonDeserializer

Constants

private static final String ALERT_TYPE

Constant Value: "Alert"

private static final String COMMENT_TYPE

Constant Value: "Comment"

private static final String FOLDER_TYPE

Constant Value: "Folder"

private static final String INBOX_TYPE

Constant Value: "Inbox"

private static final String MILESTONE_TYPE

Constant Value: "Milestone"

private static final String PACKAGE_TYPE

Constant Value: "Package"

private static final String PROJECT_TYPE

Constant Value: "Project"

private static final String TASK_TYPE

Constant Value: "Task"

Fields

private static final Gson GSON

Public Constructors

public CustomDeserializer ()

Public Methods

public Object deserialize (JsonElement json, Type typeOfT, JsonDeserializationContext context)

Parameters
json
typeOfT
context
Throws
JsonParseException