-
-
Notifications
You must be signed in to change notification settings - Fork 51
Home
James Courtney edited this page Dec 16, 2021
·
3 revisions
This wiki is the primary source of documentation for FlatSharp.
FlatBuffers is a serialization format that enable extensibility and zero-copy deserialization. FlatBuffers has support for lots of languages and is a cool piece of technology.
Lots of great information about FlatBuffers can be found on the Google FlatBuffers page:
FlatSharp is a C#-focused implementation of the FlatBuffers serialization format. FlatSharp's overarching goal is to provide a fast, usable, and secure implementation of FlatBuffers that works with a variety of .NET technologies (Core, Framework, Blazor, Unity, etc).