Skip to content

Instantly share code, notes, and snippets.

@Aaronontheweb
Created January 28, 2016 04:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Aaronontheweb/b96ec974eb6bd6354f4e to your computer and use it in GitHub Desktop.
Save Aaronontheweb/b96ec974eb6bd6354f4e to your computer and use it in GitHub Desktop.
Wire Serializer HOCON for Akka.NET
akka{
actor{
serializers {
wire = "Akka.Serialization.WireSerializer, Akka.Serialization.Wire"
}
serialization-bindings {
"System.Object" = wire
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment