@@ -37,17 +37,17 @@ public override Elastic.Clients.Elasticsearch.Cluster.GetClusterSettingsResponse
3737 LocalJsonValue < System . Collections . Generic . IReadOnlyDictionary < string , object > > propTransient = default ;
3838 while ( reader . Read ( ) && reader . TokenType is System . Text . Json . JsonTokenType . PropertyName )
3939 {
40- if ( propDefaults . TryReadProperty ( ref reader , options , PropDefaults , static System . Collections . Generic . IReadOnlyDictionary < string , object > ? ( ref System . Text . Json . Utf8JsonReader r , System . Text . Json . JsonSerializerOptions o ) => r . ReadDictionaryValue < string , object > ( o , null , null ) ) )
40+ if ( propDefaults . TryReadProperty ( ref reader , options , PropDefaults , static System . Collections . Generic . IReadOnlyDictionary < string , object > ? ( ref System . Text . Json . Utf8JsonReader r , System . Text . Json . JsonSerializerOptions o ) => r . ReadDictionaryValue < string , object > ( o , null , static object ( ref System . Text . Json . Utf8JsonReader r , System . Text . Json . JsonSerializerOptions o ) => r . ReadValueEx < object > ( o , typeof ( Elastic . Clients . Elasticsearch . Serialization . SourceMarker < object > ) ) ! ) ) )
4141 {
4242 continue ;
4343 }
4444
45- if ( propPersistent . TryReadProperty ( ref reader , options , PropPersistent , static System . Collections . Generic . IReadOnlyDictionary < string , object > ( ref System . Text . Json . Utf8JsonReader r , System . Text . Json . JsonSerializerOptions o ) => r . ReadDictionaryValue < string , object > ( o , null , null ) ! ) )
45+ if ( propPersistent . TryReadProperty ( ref reader , options , PropPersistent , static System . Collections . Generic . IReadOnlyDictionary < string , object > ( ref System . Text . Json . Utf8JsonReader r , System . Text . Json . JsonSerializerOptions o ) => r . ReadDictionaryValue < string , object > ( o , null , static object ( ref System . Text . Json . Utf8JsonReader r , System . Text . Json . JsonSerializerOptions o ) => r . ReadValueEx < object > ( o , typeof ( Elastic . Clients . Elasticsearch . Serialization . SourceMarker < object > ) ) ! ) ! ) )
4646 {
4747 continue ;
4848 }
4949
50- if ( propTransient . TryReadProperty ( ref reader , options , PropTransient , static System . Collections . Generic . IReadOnlyDictionary < string , object > ( ref System . Text . Json . Utf8JsonReader r , System . Text . Json . JsonSerializerOptions o ) => r . ReadDictionaryValue < string , object > ( o , null , null ) ! ) )
50+ if ( propTransient . TryReadProperty ( ref reader , options , PropTransient , static System . Collections . Generic . IReadOnlyDictionary < string , object > ( ref System . Text . Json . Utf8JsonReader r , System . Text . Json . JsonSerializerOptions o ) => r . ReadDictionaryValue < string , object > ( o , null , static object ( ref System . Text . Json . Utf8JsonReader r , System . Text . Json . JsonSerializerOptions o ) => r . ReadValueEx < object > ( o , typeof ( Elastic . Clients . Elasticsearch . Serialization . SourceMarker < object > ) ) ! ) ! ) )
5151 {
5252 continue ;
5353 }
@@ -73,9 +73,9 @@ public override Elastic.Clients.Elasticsearch.Cluster.GetClusterSettingsResponse
7373 public override void Write ( System . Text . Json . Utf8JsonWriter writer , Elastic . Clients . Elasticsearch . Cluster . GetClusterSettingsResponse value , System . Text . Json . JsonSerializerOptions options )
7474 {
7575 writer . WriteStartObject ( ) ;
76- writer . WriteProperty ( options , PropDefaults , value . Defaults , null , static ( System . Text . Json . Utf8JsonWriter w , System . Text . Json . JsonSerializerOptions o , System . Collections . Generic . IReadOnlyDictionary < string , object > ? v ) => w . WriteDictionaryValue < string , object > ( o , v , null , null ) ) ;
77- writer . WriteProperty ( options , PropPersistent , value . Persistent , null , static ( System . Text . Json . Utf8JsonWriter w , System . Text . Json . JsonSerializerOptions o , System . Collections . Generic . IReadOnlyDictionary < string , object > v ) => w . WriteDictionaryValue < string , object > ( o , v , null , null ) ) ;
78- writer . WriteProperty ( options , PropTransient , value . Transient , null , static ( System . Text . Json . Utf8JsonWriter w , System . Text . Json . JsonSerializerOptions o , System . Collections . Generic . IReadOnlyDictionary < string , object > v ) => w . WriteDictionaryValue < string , object > ( o , v , null , null ) ) ;
76+ writer . WriteProperty ( options , PropDefaults , value . Defaults , null , static ( System . Text . Json . Utf8JsonWriter w , System . Text . Json . JsonSerializerOptions o , System . Collections . Generic . IReadOnlyDictionary < string , object > ? v ) => w . WriteDictionaryValue < string , object > ( o , v , null , static ( System . Text . Json . Utf8JsonWriter w , System . Text . Json . JsonSerializerOptions o , object v ) => w . WriteValueEx < object > ( o , v , typeof ( Elastic . Clients . Elasticsearch . Serialization . SourceMarker < object > ) ) ) ) ;
77+ writer . WriteProperty ( options , PropPersistent , value . Persistent , null , static ( System . Text . Json . Utf8JsonWriter w , System . Text . Json . JsonSerializerOptions o , System . Collections . Generic . IReadOnlyDictionary < string , object > v ) => w . WriteDictionaryValue < string , object > ( o , v , null , static ( System . Text . Json . Utf8JsonWriter w , System . Text . Json . JsonSerializerOptions o , object v ) => w . WriteValueEx < object > ( o , v , typeof ( Elastic . Clients . Elasticsearch . Serialization . SourceMarker < object > ) ) ) ) ;
78+ writer . WriteProperty ( options , PropTransient , value . Transient , null , static ( System . Text . Json . Utf8JsonWriter w , System . Text . Json . JsonSerializerOptions o , System . Collections . Generic . IReadOnlyDictionary < string , object > v ) => w . WriteDictionaryValue < string , object > ( o , v , null , static ( System . Text . Json . Utf8JsonWriter w , System . Text . Json . JsonSerializerOptions o , object v ) => w . WriteValueEx < object > ( o , v , typeof ( Elastic . Clients . Elasticsearch . Serialization . SourceMarker < object > ) ) ) ) ;
7979 writer . WriteEndObject ( ) ;
8080 }
8181}
0 commit comments