mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
Implemented ForceDefaults option on C# FlatBufferBuilder.
Tested on: Windows, Unit Tests
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user