Saving and loading configurations from KVStore 08/26508/2
authorJan Olszak <j.olszak@samsung.com>
Mon, 25 Aug 2014 13:59:51 +0000 (15:59 +0200)
committerJan Olszak <j.olszak@samsung.com>
Mon, 25 Aug 2014 15:23:24 +0000 (17:23 +0200)
commitb56838313e376c9ab7e44cce50bdb65914953b00
tree054537ddae378e7cc131d269e53679bdb558d9b7
parentf135a6519a0b4608dc0d01ccd0abe45934c57510
Saving and loading configurations from KVStore

[Bug/Feature]   Configuration structs are serializable to
                and from a KVStore file
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, install, run tests

Change-Id: Ide83199431cd1357de1f7a9865984033fce47547
src/config/from-json-visitor.hpp
src/config/from-kvstore-visitor.hpp [new file with mode: 0644]
src/config/kvstore.cpp
src/config/kvstore.hpp
src/config/manager.hpp
src/config/to-json-visitor.hpp
src/config/to-kvstore-visitor.hpp [new file with mode: 0644]