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.
- Host: GitHub
- URL: https://github.com/nowisesys/foa-csharp
- Owner: nowisesys
- License: lgpl-3.0
- Created: 2019-01-29T01:02:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-29T01:53:21.000Z (over 7 years ago)
- Last Synced: 2025-02-16T08:27:28.710Z (over 1 year ago)
- Topics: csharp-library, encoder-decoder, foa
- Language: C#
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.LIB
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.