File tree Expand file tree Collapse file tree 4 files changed +1
-157
lines changed
IggyClient/Implementations Expand file tree Collapse file tree 4 files changed +1
-157
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1616// under the License.
1717
1818using System . Text ;
19- using System . Text . Json . Serialization ;
20- using Apache . Iggy . JsonConverters ;
2119
2220namespace Apache . Iggy . Headers ;
2321
2422/// <summary>
2523/// Represents a message header key with a kind and binary value.
2624/// </summary>
27- [ JsonConverter ( typeof ( HeaderKeyConverter ) ) ]
2825public readonly struct HeaderKey : IEquatable < HeaderKey >
2926{
3027 /// <summary>
Original file line number Diff line number Diff line change @@ -57,8 +57,7 @@ internal HttpMessageStream(HttpClient httpClient)
5757 PropertyNamingPolicy = JsonNamingPolicy . SnakeCaseLower ,
5858 Converters =
5959 {
60- new JsonStringEnumConverter ( JsonNamingPolicy . SnakeCaseLower ) ,
61- new JsonConverters . UserHeadersConverter ( )
60+ new JsonStringEnumConverter ( JsonNamingPolicy . SnakeCaseLower )
6261 }
6362 } ;
6463 }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments