Skip to content
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

Support serialization for JS target #19

Closed
Whathecode opened this issue Sep 17, 2018 · 1 comment
Closed

Support serialization for JS target #19

Whathecode opened this issue Sep 17, 2018 · 1 comment
Assignees
Labels
feature New functionality.

Comments

@Whathecode
Copy link
Member

Serialization is not (fully) supported when targeting the JS runtime due to limitations in Kotlin JS.

A way to work around this is by implementing serialization manually for JS, whereas it can be redirected to the current serialization mechanism for the JVM runtime.

@Whathecode Whathecode added the feature New functionality. label Sep 17, 2018
@Whathecode Whathecode self-assigned this Sep 17, 2018
@Whathecode
Copy link
Member Author

This now works since: 6b59e69

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New functionality.
Projects
None yet
Development

No branches or pull requests

1 participant