dependabot-preview[bot] on nuget
Bump AkkaVersion from 1.4.14 to… (compare)
dependabot-preview[bot] on nuget
Bump AkkaVersion from 1.4.14 to… (compare)
dependabot-preview[bot] on nuget
Bump MongoDB.Driver from 2.11.5… (compare)
process.WaitForExit()
returns
Akka.Serialization.Serializer
it has to have unique Id in scope of an actor systemakka.actor.serializers.my-serializer-alias = "MyNamespace.MySerializerClass, MyAssembly"
akka.actor.serialization-bindings { "MyNamespace.MyClass, MyAssembly" = my-serializer-alias }
. This binding is inheritance-sensitive and you may apply it to interface, that you can later use to mark each particular data type to be serialized/deserialized with your custom serializer public SearchIndexMasterTest()
: base(@"
akka.loglevel = INFO
loggers = [""Akka.Logger.NLog.NLogLogger, Akka.Logger.NLog""]
")
{
}