Commit graph

9 commits

Author SHA1 Message Date
moandji.ezana 912ab61158 Test that keys are quoted when writing from an object and in table names 2015-07-02 07:59:30 +02:00
moandji.ezana 95e7f28cfa Remove warnings 2015-07-02 07:31:51 +02:00
moandji.ezana feb3aec259 TomlWriter#write methods delegate to TomlWriter#write(Object, Writer) to
take advantage of streaming when possible.
2015-06-29 18:49:34 +02:00
moandji.ezana 9968add0ae Removed ValueWriter#isTable() 2015-06-29 09:57:05 +02:00
Jonathan Wood 99c48231c2 Refuse to write heterogeneous arrays. 2015-06-28 14:35:39 -07:00
Jonathan Wood b550e638c7 Run burntsushi tests on TomlWriter, where possible. 2015-06-28 13:54:29 -07:00
Jonathan Wood 72941c146d Add writer indentation policy controls.
Set the default indentation to 0.
2015-06-28 10:30:35 -07:00
Jonathan Wood 24a6503d19 Conform to the project's singleton pattern. 2015-06-27 14:35:26 -07:00
Jonathan Wood c076099ddd Use 'write' rather than 'serialize'.
Also refactor ValueWriter implementations into ValueConverter
implementations, where possible.
2015-06-27 12:50:15 -07:00
Renamed from src/main/java/com/moandjiezana/toml/MapSerializer.java (Browse further)