Skip to content

Instantly share code, notes, and snippets.

@skvithalani
Created February 19, 2020 10:22
Show Gist options
  • Save skvithalani/b4632fc7b570d1d092a896657fa8c202 to your computer and use it in GitHub Desktop.
Save skvithalani/b4632fc7b570d1d092a896657fa8c202 to your computer and use it in GitHub Desktop.
class BorerAkkaSerializer extends CborAkkaSerializer[BorerSerializable] with Codecs {
override def identifier: Int = 19923
register[Zoo]
register[Park]
register[Theatre]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment