//集合转JSONString attachmentsJSON = JSON.toJSONString(vo.getAttachmentList());//JSON转集合List<MessageAttachment> attachmentList = JSONObject.parseArray(attachmentsJSON, MessageAttachment.class);