Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zacsweers/moshix
Extensions for Moshi including IR plugins, moshi-sealed, and more.
https://github.com/zacsweers/moshix
annotation-processor code-generation ir json kapt kotlin kotlin-compiler-plugin kotlin-reflect kotlin-symbol-processor kotlinpoet kotlinx-metadata ksp moshi reflection sealed
Last synced: 7 days ago
JSON representation
Extensions for Moshi including IR plugins, moshi-sealed, and more.
- Host: GitHub
- URL: https://github.com/zacsweers/moshix
- Owner: ZacSweers
- License: apache-2.0
- Created: 2019-09-13T20:13:14.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T14:15:59.000Z (6 months ago)
- Last Synced: 2024-05-22T16:33:08.542Z (6 months ago)
- Topics: annotation-processor, code-generation, ir, json, kapt, kotlin, kotlin-compiler-plugin, kotlin-reflect, kotlin-symbol-processor, kotlinpoet, kotlinx-metadata, ksp, moshi, reflection, sealed
- Language: Kotlin
- Homepage:
- Size: 1.95 MB
- Stars: 490
- Watchers: 8
- Forks: 36
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# MoshiX
Extensions for [Moshi](https://github.com/square/moshi)
* [moshi-ir](https://github.com/ZacSweers/MoshiX/tree/main/moshi-ir) - A Kotlin IR implementation of Moshi and
moshi-sealed code gen.
* [moshi-adapters](https://github.com/ZacSweers/MoshiX/tree/main/moshi-adapters) - A collection of custom adapters for Moshi.
* [mosh-immutable-adapters](https://github.com/ZacSweers/MoshiX/tree/main/moshi-immutable-adapters) - A collection of Moshi adapters for [kotlinx.collections.immutable](https://github.com/Kotlin/kotlinx.collections.immutable).
* [moshi-metadata-reflect](https://github.com/ZacSweers/MoshiX/tree/main/moshi-metadata-reflect) - A [kotlinx-metadata](https://github.com/JetBrains/kotlin/tree/master/libraries/kotlinx-metadata/jvm) based implementation of `KotlinJsonAdapterFactory`. This allows for reflective Moshi serialization on Kotlin classes without the cost of including kotlin-reflect.
* [moshi-sealed](https://github.com/ZacSweers/MoshiX/tree/main/moshi-sealed) - Reflective and code gen implementations for serializing Kotlin sealed classes via Moshi polymorphic adapters.Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
License
--------Copyright 2020 Zac Sweers
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttps://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.[snap]: https://oss.sonatype.org/content/repositories/snapshots/dev/zacsweers/moshix/