florian-vuillemot / EpitechBabel

VoiceIp school poject. Full plugin, this project have to be a assembly of plug on window and unix.
1 stars 0 forks source link

Create ISerialize #24

Open florian-vuillemot opened 6 years ago

florian-vuillemot commented 6 years ago

Create interface of ISerialize. Add class Implement it.

florian-vuillemot commented 6 years ago

Update. Serialize in simply a container, not need interface. Moreover interface + variadic template doesn't compile. unique_ptr variadic template is powerfull, keep this features. -> No interface, use this class directly.

florian-vuillemot commented 6 years ago

TODO: Change the camelCase format. Factorize type with using.