Commit debb325
[dotnet] Generate JSON serializer per protocol (#15180)
* [dotnet] Generate JSON serializer per protocol
* Make each JsonSerializerContext generated-only, separate requests and responses
* Unify request and response serialization context
* Add EventArgs to serialization, remove placeholder string
* push unpushed changes
---------
Co-authored-by: Nikolay Borisenko <[email protected]>1 parent 5c78d24 commit debb325
File tree
2 files changed
+17
-1
lines changed- third_party/dotnet/devtools/src/generator
- CodeGen
- Templates
2 files changed
+17
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
| 84 | + | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| |||
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
11 | 16 | | |
12 | 17 | | |
13 | 18 | | |
| |||
43 | 48 | | |
44 | 49 | | |
45 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
46 | 61 | | |
0 commit comments