Skip to content

Instantly share code, notes, and snippets.

@skvithalani
Created February 25, 2020 11:59
Show Gist options
  • Save skvithalani/407fa3cf1fd5d5eb99ef8370d6ed074d to your computer and use it in GitHub Desktop.
Save skvithalani/407fa3cf1fd5d5eb99ef8370d6ed074d to your computer and use it in GitHub Desktop.
akka.actor {
serializers {
borer-cbor = "com.example.borer.cbor.BorerAkkaSerializer"
}
serialization-bindings {
"com.example.borer.serializable.BorerSerializable" = borer-cbor
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment