https://github.com/bakercp/ofxserializer
Serialize and deserialize openFrameworks data types.
https://github.com/bakercp/ofxserializer
Last synced: about 1 year ago
JSON representation
Serialize and deserialize openFrameworks data types.
- Host: GitHub
- URL: https://github.com/bakercp/ofxserializer
- Owner: bakercp
- License: other
- Created: 2016-07-17T02:53:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-09-03T02:52:33.000Z (over 6 years ago)
- Last Synced: 2025-02-28T11:35:26.255Z (over 1 year ago)
- Language: C++
- Size: 65.4 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
ofxSerializer
=========
## Description
Serialize and deserialize basic openFrameworks data types.
## Features
- Check out the example.
## Getting Started
To get started, generate the example project files using the openFrameworks [Project Generator](http://openframeworks.cc/learning/01_basics/how_to_add_addon_to_project/).
## Documentation
API documentation can be found here.
## Build Status
Linux, macOS [](https://travis-ci.org/bakercp/ofxSerializer)
Visual Studio, MSYS [](https://ci.appveyor.com/project/bakercp/ofxserializer/branch/master)
## Compatibility
The `stable` branch of this repository is meant to be compatible with the openFrameworks [stable branch](https://github.com/openframeworks/openFrameworks/tree/stable), which corresponds to the latest official openFrameworks release.
The `master` branch of this repository is meant to be compatible with the openFrameworks [master branch](https://github.com/openframeworks/openFrameworks/tree/master).
Some past openFrameworks releases are supported via tagged versions, but only `stable` and `master` branches are actively supported.
## Versioning
This project uses Semantic Versioning, although strict adherence will only come into effect at version 1.0.0.
## Licensing
See `LICENSE.md`.
## Contributing
Pull Requests are always welcome, so if you make any improvements please feel free to float them back upstream :)
1. Fork this repository.
2. Create your feature branch (`git checkout -b my-new-feature`).
3. Commit your changes (`git commit -am 'Add some feature'`).
4. Push to the branch (`git push origin my-new-feature`).
5. Create new Pull Request.