Skip to content
Prev Previous commit
Don't allow to modify json context from derived type
  • Loading branch information
nvborisenko committed Oct 7, 2025
commit 5db0fd00bff59e7fb65a50da9db5432c3bb2683e
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/BiDi/Module.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public abstract class Module
{
protected Broker Broker { get; private set; }

internal BiDiJsonSerializerContext JsonContext { get; set; }
internal BiDiJsonSerializerContext JsonContext { get; private set; }

protected virtual void Initialize(JsonSerializerOptions options) { }

Expand Down