An annotation processor that generates Moshi adapters from Kotlin classes. There is a reflective adapter for Kotlin but that requires the Kotlin reflection library which adds a lot of methods and increases the binary size which in a constrained environment such as Android is something is not preferable. This is where Kotshi comes in, it generates fast and optimized adapters for your Kotlin data classes, just as if you'd written them by hand yourself. It will automatically regenerate the adapters when you modify your class. It's made to work with minimal setup, through there are limitations. Most of the limitations will be addressed as the support for Kotlin annotation processors improves.
Features
- Documentation available
- Examples available
- You can use default values just like you normally would in Kotlin
- Registered adapters
- Kotshi only processes files written in Kotlin, types written in Java are not supported
- Only data classes, enums, sealed classes and data objects are supported
- Only constructor properties will be serialized
Categories
LibrariesLicense
Apache License V2.0Follow Kotshi
Other Useful Business Software
Host LLMs in Production With On-Demand GPUs
Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Kotshi!