Retheesh CN

Results 2 issues of Retheesh CN

Here is my declaration ``` @SerializedName("extra_data") public abstract @Nullable Map storeExtraData(); ``` `error: Maps can only have String objects for keys and valid Parcelable types for values. ` can somebody...

@eamonnmcmanus I am having an issue on Builder method, it generates the json with all the fields instead of the values we set on builder method. these are my dependencies...