hi,All:

my controller have a method:
Code:
@RequestMapping(method = RequestMethod.PUT,produces = MediaType.APPLICATION_JSON_VALUE)
public ModelAndView updateAccountList(@RequestBody @Valid List<Account> accountlist) {
...
but elements in accountlist become hashmap after deserialization, does anybody can help me?