public JsonSerializerWithManifest(ExtendedActorSystem system, Config config) : base(system, NewtonSoftJsonSerializerSettings.Create(config)) { }
public CrossPlatformNewtonSoftJsonSerializer(ExtendedActorSystem system, Config config) : this(system, NewtonSoftJsonSerializerSettings.Create(config)) { }