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

[feat] Added Kotlinx Serialization support #656

Merged

Commits on Mar 23, 2024

  1. [feat] Added Kotlinx Serialization support

    Added basic support for KotlinX Serialization classes.
    
    This new module serializes Kotlin `@Serializable` classes respecting the `@SerialName` annotation and types.
    ctasada committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    6edd4d6 View commit details
    Browse the repository at this point in the history
  2. Added test for the FQN

    ctasada committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    d92384c View commit details
    Browse the repository at this point in the history
  3. refactor(kotlinx-serialization-model-converter): Simplify KotlinxSeri…

    …alizationModelConverter and add suggestion for more fine grained tests
    
    Co-authored-by: Timon Back <timonback@users.noreply.github.com>
    2 people authored and ctasada committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    2f7cec9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0a4856 View commit details
    Browse the repository at this point in the history
  5. Improved tests

    ctasada committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    008943c View commit details
    Browse the repository at this point in the history