功能和fastjson一毛一样,把java对象序列化为json或json反序列化为java对象
与fastjson不同的是,fastjson在反序列化时会调用构造方法+setter+getter
而jackson反序列化时只调用构造方法+setter
.readValue