serialization: add SerializationBackend type 86/246286/3
authorAdrian Szyndela <adrian.s@samsung.com>
Tue, 27 Oct 2020 11:32:03 +0000 (12:32 +0100)
committerAdrian Szyndela <adrian.s@samsung.com>
Fri, 30 Oct 2020 11:17:42 +0000 (12:17 +0100)
commitc68a65507bb78b99f267169b28bca93a01fbc25f
treefd2fdf855620462b89d973e68913d95a08479b7a
parentca1b3b3078202c243a890fcb75e60591ac2f2315
serialization: add SerializationBackend type

Add SerializationBackend type, which is a customization point
for choosing serialization backend. At the moment it is set
to Flatbuffers. It is the place to select another backend, when it shows up.

Change-Id: I2a54f643d5c5bda065fcd193c51ca928f20df203
src/internal/serialization_backend.hpp [new file with mode: 0644]
src/internal/serializer.hpp
src/internal/storage_backend_serialized.hpp