An open API service indexing awesome lists of open source software.

https://github.com/nowisesys/foa-csharp

An C#/.NET implementation of the FOA (Fast Object and Array) encode/decode specification.
https://github.com/nowisesys/foa-csharp

csharp-library encoder-decoder foa

Last synced: about 1 year ago
JSON representation

An C#/.NET implementation of the FOA (Fast Object and Array) encode/decode specification.

Awesome Lists containing this project

README

          

An C#/.NET implementation of the FOA (Fast Object and Array) encode/decode method.

This class library implements FOA version 1.0, an efficient method for streaming
mixed content of objects, arrays and files. The official specification can be
found here: https://nowise.se/oss/libfoa/spec

The library is released under LGPL version 3 (the GNU Lesser or Library General
Public License), see the file COPYING.LIB for details.