Implemented ForceDefaults option on C# FlatBufferBuilder.

Tested on: Windows, Unit Tests
This commit is contained in:
Oli Wilkinson
2016-01-20 17:15:29 +00:00
parent 41395d981d
commit fff4590faf
4 changed files with 366 additions and 16 deletions

View File

@@ -1644,9 +1644,6 @@ One way to solve this is to call `ForceDefaults` on a FlatBufferBuilder to
force all fields you set to actually be written. This, of course, increases the
size of the buffer somewhat, but this may be acceptable for a mutable buffer.
<div class="language-csharp">
**Note: `ForceDefaults` is not yet implemented in C#.**
</div>
## JSON with FlatBuffers