add support for serializing to xml

This commit is contained in:
2023-02-27 00:34:29 +01:00
parent f664cc1a53
commit 2e455f97ac
15 changed files with 652 additions and 195 deletions

View File

@@ -5,7 +5,7 @@
*/
/*
* Copyright (c) 2010-2022, Tomasz Sowa
* Copyright (c) 2010-2023, Tomasz Sowa
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -146,6 +146,7 @@ private:
WinixModelConnector model_connector; // main thread model connector, each thread has its own connector
morm::JSONConnector json_connector;
morm::XMLConnector xml_connector;
morm::PostgreSQLConnector postgresql_connector;
// objects for main thread