-
-
Notifications
You must be signed in to change notification settings - Fork 499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added support for kotlinx.serialization #1514
Added support for kotlinx.serialization #1514
Conversation
I might be doing things wrong, but when I added your code and explicitly calling How can I debug this? How can I help? |
The last commit helped, but it's quite not there yet: For example: we're using custom serializers for |
Yes right now it only considers types which are annotated with '@serializable'. I can work on a fix for that. |
Put differently, What's missing is properties annotated with |
Have you finished your implementation ? |
When I have time (hopefully soon) I will fix the open issues and add some unit tests. |
closed as no activity |
This PR adds support for kotlinx.serialization via an implementation of ModelConverter.