Skip to content

Instantly share code, notes, and snippets.

@benigumocom
Created June 10, 2023 17:29
Show Gist options
  • Save benigumocom/67c81c59f92c16ea558af638133f463d to your computer and use it in GitHub Desktop.
Save benigumocom/67c81c59f92c16ea558af638133f463d to your computer and use it in GitHub Desktop.
+-----------------------------------+
| |
| Project( |
| name = "kotlinx.serialization", |
| language = "Kotlin" |
| ) |
| |
+-----------------------------------+
| ^
| |
| |
Json.encodeToString(Project) | | Json.decodeFromString(String)
| |
| |
v |
+------------------------------------+
| |
| { |
| "name":"kotlinx.serialization", |
| "language":"Kotlin" |
| } |
| |
+------------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment