Skip to content

Releases: rnett/exposedgson

Serialization fix

26 Mar 00:42
d31df40
Compare
Choose a tag to compare

Now handles SizedIterables and referencing keys

03 Nov 20:24
Compare
Choose a tag to compare

Breaking Change: All annotations are now under ExposedGSON, e.g. @ExposedGSON.Ignore

Now handles SizedIterables and referencing keys. Also gave annotations a namespace and updated to Kotlin 1.3.0.

Initial Release

14 Oct 03:58
Compare
Choose a tag to compare

The initial release. JitPack.

Go read the readme.

Gradle:

repositories {
    ...
    maven("https://jitpack.io")
}

dependencies {
    ...
    implementation("com.github.rnett:exposedgson:1.0.0")
}