config: Cstring serialization. 58/48758/3
authorJan Olszak <j.olszak@samsung.com>
Mon, 28 Sep 2015 16:19:07 +0000 (18:19 +0200)
committerDariusz Michaluk <d.michaluk@samsung.com>
Wed, 30 Sep 2015 10:42:52 +0000 (03:42 -0700)
commite85426229880fbc634cfde33f35f1bce2b1eb32c
treec17802069fd93be68dadb338941831caf0520e19
parent9aebe3b497f5c36681afb0334c8d4595638ca42e
config: Cstring serialization.

[Feature]       Serialization of null-terminated strings
[Cause]         N/A
[Solution]      Memory for serialized data is allocated with new,
                user should delete[] the field in the destructor
                or when it's not used.
[Verification]  Build, install, run tests.

Change-Id: Iff49e14ab95410bd7a80ee23abf04e9d92e65a55
libs/config/from-fdstore-visitor.hpp
libs/config/from-gvariant-visitor.hpp
libs/config/from-json-visitor.hpp
libs/config/from-kvjson-visitor.hpp
libs/config/kvstore.cpp
libs/config/kvstore.hpp
libs/config/to-fdstore-visitor.hpp
libs/config/to-gvariant-visitor.hpp
libs/config/to-json-visitor.hpp
tests/unit_tests/config/testconfig-example.hpp
tests/unit_tests/config/ut-configuration.cpp