public interface TsonWriter
TsonWriter setOptionCompact(boolean configValue)
TsonWriter setOption(String configName, Object configValue)
void write(Appendable sb, Object any) throws IOException
IOExceptionvoid write(Path file, Object any) throws IOException
IOExceptionvoid write(File file, Object any) throws IOException
IOExceptionvoid write(OutputStream stream, Object any) throws IOException
IOExceptionvoid write(OutputStream stream, String encoding, Object any) throws IOException
IOExceptionvoid write(Writer writer, Object any) throws IOException
IOExceptionvoid writeDocument(Appendable sb, Object any) throws IOException
IOExceptionvoid writeDocument(Path file, Object any) throws IOException
IOExceptionvoid writeDocument(File file, Object any) throws IOException
IOExceptionvoid writeDocument(OutputStream stream, Object any) throws IOException
IOExceptionvoid writeDocument(OutputStream stream, String encoding, Object any) throws IOException
IOExceptionvoid writeDocument(Writer writer, Object any) throws IOException
IOExceptionvoid write(Appendable sb, TsonElement any) throws IOException
IOExceptionvoid write(Path file, TsonElement any) throws IOException
IOExceptionvoid write(File file, TsonElement any) throws IOException
IOExceptionvoid write(OutputStream stream, TsonElement any) throws IOException
IOExceptionvoid write(OutputStream stream, String encoding, TsonElement any) throws IOException
IOExceptionvoid write(Writer writer, TsonElement any) throws IOException
IOExceptionvoid writeDocument(Appendable sb, TsonDocument any) throws IOException
IOExceptionvoid writeDocument(Path file, TsonDocument any) throws IOException
IOExceptionvoid writeDocument(File file, TsonDocument any) throws IOException
IOExceptionvoid writeDocument(OutputStream stream, TsonDocument any) throws IOException
IOExceptionvoid writeDocument(OutputStream stream, String encoding, TsonDocument any) throws IOException
IOExceptionvoid writeDocument(Writer writer, TsonDocument any) throws IOException
IOExceptionCopyright © 2024 vpc open source initiative. All rights reserved.