Skip to content

Commit 6bf8305

Browse files
committed
test now asserts jsonproperty is overridable through custom serializer
1 parent 02e509b commit 6bf8305

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Tests/ClientConcepts/HighLevel/Inferrence/FieldNames/FieldInference.doc.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,8 @@ class Precedence
271271
[JsonProperty("jsonProp")]
272272
public string JsonProperty { get; set; }
273273

274-
/** This property we are going to special case in a custom serializer to resolve to `ask` */
274+
/** This property we are going to special case in our custom serializer to resolve to `ask` */
275+
[JsonProperty("dontaskme")]
275276
public string AskSerializer { get; set; }
276277

277278
/** We are going to register a DefaultFieldNameInferrer on ConnectionSettings

0 commit comments

Comments
 (0)