Skip to content

Instantly share code, notes, and snippets.

@jobinlawrance
Created February 17, 2021 03:06
Show Gist options
  • Save jobinlawrance/f38f644732bf55da8cfcded33178cdfc to your computer and use it in GitHub Desktop.
Save jobinlawrance/f38f644732bf55da8cfcded33178cdfc to your computer and use it in GitHub Desktop.
@Serializable
data class MyClass(
val name: String,
@Serializable(with = TimestampAsLongSerializable::class)
val timestamp: Timestamp
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment