ndjson:Java的ndjson

时间:2021-03-28 00:04:55
【文件属性】:
文件名称:ndjson:Java的ndjson
文件大小:65KB
文件格式:ZIP
更新时间:2021-03-28 00:04:55
java ndjson mvn Java ndjson 用于创建和解析Java库 使用 用法 反序列化 NdJsonObjectMapper ndJsonObjectMapper = new NdJsonObjectMapper (); InputStream is = .... ; Stream< Car> readValue = ndJsonObjectMapper . readValue(is, Car . class); 序列化 NdJsonObjectMapper ndJsonObjectMapper = new NdJsonObjectMapper (); OutputStream out = ... ; Stream < Car> carStream = ... ; ndJsonObjectMapper . writeValue(out, carStre
【文件预览】:
ndjson-master
----.github()
--------ISSUE_TEMPLATE()
--------workflows()
----src()
--------test()
--------main()
----CONTRIBUTING.md(504B)
----.travis.yml(14B)
----LICENSE(11KB)
----README.md(1KB)
----pom.xml(5KB)
----docs()
--------constant-values.html(4KB)
--------index.html(3KB)
--------overview-tree.html(4KB)
--------allclasses-noframe.html(747B)
--------index-files()
--------deprecated-list.html(4KB)
--------in()
--------help-doc.html(9KB)
--------overview-summary.html(4KB)
--------package-list(17B)
--------overview-frame.html(896B)
--------allclasses-frame.html(767B)
--------script.js(827B)
--------index-all.html(9KB)
--------serialized-form.html(4KB)
--------stylesheet.css(13KB)
----CODE_OF_CONDUCT.md(3KB)
----.gitignore(338B)

网友评论