Skip to content

Instantly share code, notes, and snippets.

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