public class TsonWriterImpl extends Object implements TsonWriter
| Constructor and Description |
|---|
TsonWriterImpl(TsonSerializer marshaller) |
public TsonWriterImpl(TsonSerializer marshaller)
public TsonWriter setOptionCompact(boolean configValue)
setOptionCompact in interface TsonWriterpublic TsonWriter setOption(String configName, Object configValue)
setOption in interface TsonWriterpublic void write(Appendable sb, Object any) throws IOException
write in interface TsonWriterIOExceptionpublic void write(Path file, Object any) throws IOException
write in interface TsonWriterIOExceptionpublic void write(File file, Object any) throws IOException
write in interface TsonWriterIOExceptionpublic void write(OutputStream stream, Object any) throws IOException
write in interface TsonWriterIOExceptionpublic void write(OutputStream stream, String encoding, Object any) throws IOException
write in interface TsonWriterIOExceptionpublic void write(Writer writer, Object any) throws IOException
write in interface TsonWriterIOExceptionpublic void writeDocument(Appendable sb, Object any) throws IOException
writeDocument in interface TsonWriterIOExceptionpublic void writeDocument(Path file, Object any) throws IOException
writeDocument in interface TsonWriterIOExceptionpublic void writeDocument(File file, Object any) throws IOException
writeDocument in interface TsonWriterIOExceptionpublic void writeDocument(OutputStream stream, Object any) throws IOException
writeDocument in interface TsonWriterIOExceptionpublic void writeDocument(OutputStream stream, String encoding, Object any) throws IOException
writeDocument in interface TsonWriterIOExceptionpublic void writeDocument(Writer writer, Object any) throws IOException
writeDocument in interface TsonWriterIOExceptionpublic void write(Appendable sb, TsonElement any) throws IOException
write in interface TsonWriterIOExceptionpublic void write(Path file, TsonElement any) throws IOException
write in interface TsonWriterIOExceptionpublic void write(File file, TsonElement any) throws IOException
write in interface TsonWriterIOExceptionpublic void write(OutputStream stream, TsonElement any) throws IOException
write in interface TsonWriterIOExceptionpublic void write(OutputStream stream, String encoding, TsonElement any) throws IOException
write in interface TsonWriterIOExceptionpublic void write(Writer writer, TsonElement any) throws IOException
write in interface TsonWriterIOExceptionpublic void writeDocument(Appendable sb, TsonDocument any) throws IOException
writeDocument in interface TsonWriterIOExceptionpublic void writeDocument(Path file, TsonDocument any) throws IOException
writeDocument in interface TsonWriterIOExceptionpublic void writeDocument(File file, TsonDocument any) throws IOException
writeDocument in interface TsonWriterIOExceptionpublic void writeDocument(OutputStream stream, TsonDocument any) throws IOException
writeDocument in interface TsonWriterIOExceptionpublic void writeDocument(OutputStream stream, String encoding, TsonDocument any) throws IOException
writeDocument in interface TsonWriterIOExceptionpublic void writeDocument(Writer writer, TsonDocument any) throws IOException
writeDocument in interface TsonWriterIOExceptionCopyright © 2025 vpc open source initiative. All rights reserved.