-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
22 lines (15 loc) · 848 Bytes
/
README
File metadata and controls
22 lines (15 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
This is a C++ library implementing the FOA encoding/decoding method.
** ABOUT:
FOA stands for Fast Object and Array encoding/decoding and is an method
for efficient data exchange between applications and/or hosts. It can be
used as an alternative to XML for web services, as an building block for
object oriented network protocols or as an generic object serializing
method (i.e. write objects in C++ and read them back in Java).
** SPECIFICATION:
This library implements version 1.0 of the FOA specification. The spec
can be found here: https://nowise.se/oss/libfoa/spec
** LICENSE:
The library (libfoa++) is released under the GNU Library or Lesser General
Public License, so you are allowed to use it in commercial applications or
libraries that links to the library.
// Anders Lövgren, 2009-03-24