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

Update Readme: add info about serialization #156

Closed
orchestr7 opened this issue Oct 30, 2022 · 2 comments · Fixed by #159
Closed

Update Readme: add info about serialization #156

orchestr7 opened this issue Oct 30, 2022 · 2 comments · Fixed by #159
Assignees

Comments

@orchestr7
Copy link
Owner

We need to:

  • cover in readme missing serialization features
  • add examples of serialization (create two sections instead existing one: serialization and deserialization)
@orchestr7
Copy link
Owner Author

partially added in #157

@NightEule5
Copy link
Collaborator

I realized in the deserialization example the InlineTable class isn't defined:

@Serializable
data class Table2(
    val someNumber: Long,
    @SerialName("akuleshov7.com")
    val inlineTable: InlineTable,
    val otherNumber: Double
)

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

Successfully merging a pull request may close this issue.

2 participants