Commit graph

18 commits

Author SHA1 Message Date
Moandji Ezana 644c23f17d Clarify how to serialise a top-level table array.
Fixes #35
2016-07-18 08:43:28 +02:00
Moandji Ezana a37dfd80a8 Transient fields are not written to TOML files by TomlWriter
Fixes #30
2016-06-14 19:51:22 -04:00
Moandji Ezana ab05197c9d Add Toml#toMap()
Fixes #29
2016-05-09 22:58:46 -04:00
moandji.ezana 97e0133450 Write Unicode symbols instead of escaping them 2015-07-14 22:29:54 +02:00
moandji.ezana c90d4e1e71 TomlWriter#write() throws IllegalArgumentException when source object is
of an invalid type.
2015-07-14 01:51:09 +02:00
moandji.ezana 16915c8edb Merge branch 'writer' of git@github.com:mwanji/toml4j.git into writer
Conflicts:
	src/main/java/com/moandjiezana/toml/TomlWriter.java
	src/test/java/com/moandjiezana/toml/TomlWriterTest.java
2015-07-14 01:44:46 +02:00
moandji.ezana dbbd2f5e0e Do not write types that would not produce valid TOML 2015-07-14 01:33:11 +02:00
Jonathan Wood 568a77b1bf Refuse to write TOML fragments. 2015-07-04 17:50:52 -07:00
Jonathan Wood 8a8319b5f9 Write empty nested arrays properly. 2015-07-03 13:57:09 -07:00
moandji.ezana 50522d6a8c Include final fields but ignore constants 2015-07-02 08:22:31 +02:00
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 fa591a0f0c Improve test coverage with test on error message for nested heterogenous
arrays
2015-07-01 12:59:12 +02:00
moandji.ezana dbab02ce52 TomlWriter can display fractional seconds 2015-07-01 12:25:40 +02:00
moandji.ezana b59a246b86 Timezone can be set on TomlWriter.
DateConverterJdk6 class handles Java 6 date formatting limitations.
2015-07-01 11:22:29 +02:00
moandji.ezana a6e31da5ca Streamlined writing dates in UTC timezone. 2015-07-01 10:21:10 +02:00
moandji.ezana 56be048ab1 Created TomlWriter.Builder, so TomlWriter and IndentationPolicy can be
immutable
2015-06-30 11:37:22 +02:00
moandji.ezana d8a02ce356 Support for special cases: char, Character, URL, URI and enums. 2015-06-29 20:52:32 +02:00
moandji.ezana 210d9dcb3c Renamed ValueWriterTest to TomlWriterTest 2015-06-29 20:11:59 +02:00
Renamed from src/test/java/com/moandjiezana/toml/ValueWriterTest.java (Browse further)