Cannot deserialize instance of object out of START_ARRAY token in Spring 3 REST Webservice

You should map it to List<Consultant> rather than to Consultant.class.

Leave a Comment