What version of com.google.gson is needed to allow this to work?

50 views
Skip to first unread message

Ken Coward

unread,
Feb 26, 2014, 7:05:35 PM2/26/14
to mailchimp-...@googlegroups.com
I get the following error. I'm using gson-1.4.jar. Should I be using different JAR?

class MailChimpObjectTypeAdapter extends TypeAdapter<MailChimpObject> {
39:
 
40:
 	static final TypeAdapterFactory FACTORY = new TypeAdapterFactory() {
41:
 		@Override
42:
 		@SuppressWarnings("unchecked")
43:
 		public <T> TypeAdapter<T> create(Gson gson, TypeToken<T> type) {
44:
 			if (MailChimpObject.class.isAssignableFrom(type.getRawType())) {

phol...@rsglab.com

unread,
Mar 3, 2014, 10:42:36 AM3/3/14
to mailchimp-...@googlegroups.com
Hi Ken,
This sounds like a custom integration, so you'll need to contact the integration's author for support. 

If that's not the case, please email api...@mailchimp.com -- as of today, this group is closed to new messages (see this post for more details). 

Thanks,

-Pete
Reply all
Reply to author
Forward
0 new messages