Commit 4c541ac
authored
Indexed fields as spans (#780)
* Added a rough outline of my C# value type encoder/decoder.
* Revert "Added a rough outline of my C# value type encoder/decoder."
This reverts commit b34653f.
* Expose an array property as a span
* Get the Length property right
* Get the type right
* Add field-as-span method
* Set the type correctly1 parent de2e1b0 commit 4c541ac
File tree
1 file changed
+21
-0
lines changed- sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/csharp
1 file changed
+21
-0
lines changedLines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
889 | 889 | | |
890 | 890 | | |
891 | 891 | | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
892 | 913 | | |
893 | 914 | | |
894 | 915 | | |
| |||
0 commit comments