We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 049e9a3 + cefe6c7 commit 137ebf0Copy full SHA for 137ebf0
examples/csharp-generate-newtonsoft-serializer/__snapshots__/index.spec.ts.snap
@@ -19,6 +19,7 @@ public partial class Root
19
get { return name; }
20
set { this.name = value; }
21
}
22
+
23
public string Serialize()
24
{
25
return JsonConvert.SerializeObject(this);
@@ -39,7 +40,6 @@ public class RootConverter : JsonConverter<Root>
39
40
if(jo[\\"email\\"] is null){
41
throw new JsonSerializationException(\\"Required property 'email' is missing\\");
42
-
43
value.Email = jo[\\"email\\"].ToObject<string>(serializer);
44
45
if(jo[\\"name\\"] != null) {
0 commit comments