Skip to content

Instantly share code, notes, and snippets.

@zehpatricio
Last active March 9, 2022 20:26
Show Gist options
  • Save zehpatricio/37bcff0df1bfb51ef22ace0b431965e0 to your computer and use it in GitHub Desktop.
Save zehpatricio/37bcff0df1bfb51ef22ace0b431965e0 to your computer and use it in GitHub Desktop.
@Serializable
class Endereco(
val planeta: String,
val galaxia: String,
)
@Serializable
class Aluno(
val nome: String,
val media: Float,
val endereco: Endereco,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment