Skip to content

Instantly share code, notes, and snippets.

@fo2rist
Created August 27, 2019 04:13
Show Gist options
  • Save fo2rist/8a83ebd773d6089af2bce900bdca164f to your computer and use it in GitHub Desktop.
Save fo2rist/8a83ebd773d6089af2bce900bdca164f to your computer and use it in GitHub Desktop.
Gson Examples. Class without default constructor
data class SomeData(
val intValue: Int,
val strValue: String = "default value"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment