Skip to content

0.6.0

Compare
Choose a tag to compare
@dsrees dsrees released this 23 Jul 12:50
· 30 commits to master since this release

Added

  • Support for custom JSON encode and decode functions

BREAKING

The Socket constructor API has changed to accept an encode and decode closures instead of taking a gson instance. If you still want to use a custom gson instance, you will need to wrap it in and EncodeClosure and DecodeClosure. See Defaults.kt for the defaults as an example.