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