toml4j
toml4j copied to clipboard
Add `Toml#to(Class<T>, Gson)` to allow a custom Gson for deserialization
Using GsonBuilder, you can register custom serializers/deserializers, and create a Gson instance. This allows someone to use that custom Gson instance when deserializing with Toml#to.
I haven't added any tests, I'll add some soon.