收藏553
分享
阅读14999
更新时间2022-04-19
Fastjson在1.2.11版本中,JSON类新增对OutputStream/Writer直接支持。
package com.alibaba.fastjson;
public abstract class JSON {
public static final int writeJSONString(OutputStream os, //
Object object, //
SerializerFeature... features) throws IOException;
public static final int writeJSONString(OutputStream os, //
Charset charset, //
Object object, //
SerializerFeature... features) throws IOException;
public static final int writeJSONString(Writer os, //
Object object, //
SerializerFeature... features) throws IOException;
}相关
视频
RELATED VIDEOS
科技资讯
1
2
3
4
5
6
7
8
9
精选课程
共5课时
17.2万人学习
共49课时
77万人学习
共29课时
61.7万人学习
共25课时
39.3万人学习
共43课时
71万人学习
共25课时
61.6万人学习
共22课时
23万人学习
共28课时
33.9万人学习
共89课时
125万人学习