ZacSweers / MoshiX

Extensions for Moshi including IR plugins, moshi-sealed, and more.
Apache License 2.0
514 stars 37 forks source link

Kotlinx Immutable Collection JSON Adapters #460

Closed brentwatson closed 4 months ago

brentwatson commented 1 year ago

I have created JsonAdapter classes to deserialize PersistentList and PersistentMap types from kotlinx.collections.immutable and I'm looking for the right place to share these with the community. @ZacSweers do you think these make sense to contribute to MoshiX under moshi-adapters?

ZacSweers commented 1 year ago

I'd be open to adding them here, but as a separate artifact given the dependency. moshi-adapters-kotlinx-immutables?