中文標(biāo)題【MessagePack 的 Jackson 數(shù)據(jù)格式】

本頁面中的所有示例程序,請到代碼庫?https://github.com/cwiki-us-demo/serialize-deserialize-demo-java?中下載進(jìn)行測試。
Jackson 擴(kuò)展庫是一個易讀取,同時是使用??MessagePack?創(chuàng)建的組件庫,用于從 jackson-databind API 對數(shù)據(jù)進(jìn)行編碼。
這個組件擴(kuò)展了標(biāo)準(zhǔn)的 Jackson streaming API (JsonFactory,?JsonParser,?JsonGenerator), 同時能夠更加無縫的集成更加高級別的數(shù)據(jù)抽象(數(shù)據(jù)綁定,樹模型和插件擴(kuò)展)。
更多有關(guān)?Jackson-annotations 細(xì)節(jié),請參考??https://github.com/FasterXML/jackson-annotations。
這個庫針對默認(rèn) POJO的序列化/反序列化(serialization/deserialization)不能兼容??msgpack-java v0.6 或者早期的版本。