-
- 所有已知实现类:
CollectionsJsonWriter
,GsonJsonWriter
public interface IJsonWriter
-
-
方法详细资料
-
write
void write(Appendable appendable, Object obj) throws IOException
- 抛出:
IOException
-
write
default String write(Object obj) throws IOException
- 抛出:
IOException
-
-