Skip to content

Instantly share code, notes, and snippets.

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