Any chance we might get to migration guide before ...
# ktor
m
Any chance we might get to migration guide before docs are ready? ๐Ÿ˜‰ I need to use 2.0.0 already because of Apple Silicon support, but I am having issues with figuring out how to migrate JSON serialization.
e
@hhariri
๐Ÿ™ 1
d
Currently, you can find the migration guide in the 2.0.0 documentation branch https://github.com/ktorio/ktor-documentation/blob/2.0.0/topics/migrating-2.md The serialization sample already migrated to 2.0.0 https://github.com/ktorio/ktor-documentation/tree/2.0.0/codeSnippets/snippets/client-json-kotlinx Note that it contains dependencies with the
shared
suffix (and imports), which were renamed recently
๐Ÿ‘Œ 1
๐ŸŽ‰ 1
m
Thank you will check it out ๐Ÿ™‚
d
And the serialization topic for the client is here: https://github.com/ktorio/ktor-documentation/blob/2.0.0/topics/serialization-client.md sorry, it looks not very nice on GitHub with empty code snippets included from the example above
๐Ÿ™ 1
m
No worries - it is way better than me guessing what to do base on the code ๐Ÿ˜„