Skip to content

Instantly share code, notes, and snippets.

@ariskk
Created January 9, 2019 08:41
Show Gist options
  • Save ariskk/10d511011048e265fd82045abd2d71eb to your computer and use it in GitHub Desktop.
Save ariskk/10d511011048e265fd82045abd2d71eb to your computer and use it in GitHub Desktop.
case class Foo(b: Bar)
object Foo {
implicit val typeInfo = TypeInformation.of(classOf[Foo])
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment