https://github.com/nowisesys/foa-java
Java (tm) library implementing the FOA (Fast Object and Array) encoding/decoding specification.
https://github.com/nowisesys/foa-java
encoder-decoder foa java-library
Last synced: about 1 month ago
JSON representation
Java (tm) library implementing the FOA (Fast Object and Array) encoding/decoding specification.
- Host: GitHub
- URL: https://github.com/nowisesys/foa-java
- Owner: nowisesys
- License: gpl-3.0
- Created: 2019-01-29T01:11:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-29T02:23:12.000Z (over 6 years ago)
- Last Synced: 2025-02-16T08:27:33.184Z (3 months ago)
- Topics: encoder-decoder, foa, java-library
- Language: Java
- Homepage:
- Size: 171 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
This is an Java (tm) library implementing the FOA encoding/decoding method.
** THE FOA LIBRARY:
The offical name of this java library is 'FOA Java Library' and foa-java
is its project name.The two first numbers in the version number is the FOA specification the
library implement, the last number is the revision (build) number of the
library.** WHAT IS FOA?:
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 (foa-java) implements version 1.0 of the FOA specification.
The spec can be found here: https://nowise.se/oss/libfoa/spec
** LICENSE:The FOA java library (foa-java) is distributed under GPL-3 (GNU General
Public License) with the GNU Classpath Exception.
Thus, you are free to use this java library without requirements to release
you own application as GPL. You are even permitted to use foa-java in
closed source, commercial applications.** COPYRIGHT:
The source for the FOA Java Library is copyright (C) 2009-2019 by Anders Lövgren
and BMC Computing Department, Uppsala University, with equal shared rights
unless otherwise explicit stated (in the source).// Anders Lövgren, 2009-03-30