Skip to content

Instantly share code, notes, and snippets.

@jobinlawrance
Created February 17, 2021 03:27
Show Gist options
  • Save jobinlawrance/74543aeba6ac243b79f3c4d321ec3752 to your computer and use it in GitHub Desktop.
Save jobinlawrance/74543aeba6ac243b79f3c4d321ec3752 to your computer and use it in GitHub Desktop.
// Third party data class that can't be changed
data class Timestamp(val date: Date)
@Serializable
@SerialName("Timestamp")
private class TimestampSurrogate(val timeInMillis: Long)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment