just some thoughts about serializer

This commit is contained in:
Blue 2022-09-12 18:16:18 +03:00
parent c491793387
commit d67a3c32eb
Signed by: blue
GPG key ID: 9B203B252A63EE38
6 changed files with 163 additions and 38 deletions

View file

@ -30,6 +30,8 @@ namespace Core {
class DataBase
{
class _Table;
template<class T>
class Serializer;
public:
template <class K, class V>
class Table;