Wouter van Oortmerssen
705577de51
Revert "Convert net/FlatBuffers project to be compatible with netstandard ( #4811 )"
...
This reverts commit 72b05bc865
.
Change-Id: I17510b7fa49b9861ce0a870b16f5c14a41082db5
2018-10-29 17:21:30 -07:00
Christopher Cifra
d0321df8cf
C# support for directly reading and writting to memory other than byte[]. For example, ByteBuffer can be initialized with a custom allocator which uses shared memory / memory mapped files. ( #4886 )
...
Public access to the backing buffer uses Span<T> instead of ArraySegment<T>.
Writing to the buffer now supports Span<T> in addition to T[].
To maintain backwards compatibility ENABLE_SPAN_T must be defined.
2018-08-23 10:05:31 -07:00
Damien Pontifex
72b05bc865
Convert net/FlatBuffers project to be compatible with netstandard ( #4811 )
2018-07-16 09:13:36 -07:00
FTT\kimsin
4a43c2bb2c
Added IFlatbufferObject.cs file to project for .net.
...
Before edition, IFlatbufferObject.cs file wasn't in the project and building the project throwed error.
2016-09-19 16:16:15 +09:00
RevenantX
588564d74f
Base type safety in C#. Clear FlatBufferBuilder in C#.
2015-07-29 00:33:45 +03:00
Wouter van Oortmerssen
e568f17096
Fixed C# SizedByteArray copying leading bytes of ByteBuffer.
...
Tested: on Windows.
Change-Id: I946dacf799eae835ec041ea759622f74b0384937
2015-01-16 15:36:25 -08:00
evolutional
9a1f7be6fd
Initial commit of .NET port of FlatBuffers
...
Include C# codegen in flatc and .NET FlatBuffer access via the
FlatBufferBuilder class
Tested: on Windows.
Change-Id: If5228a8df60a10e0751b245c6c64530264ea2d8a
2014-09-15 16:13:27 -07:00