2 references to s_defaultOptions
Wasm.Performance.TestApp (2)
PersonJsonContext.g.cs (2)
24
public static global::Wasm.Performance.TestApp.PersonJsonContext Default { get; } = new global::Wasm.Performance.TestApp.PersonJsonContext(new global::System.Text.Json.JsonSerializerOptions(
s_defaultOptions
));
29
protected override global::System.Text.Json.JsonSerializerOptions? GeneratedSerializerOptions { get; } =
s_defaultOptions
;