diff Core/SerializationToolbox.h @ 3799:320a2d224902

merge
author Alain Mazy <alain@mazy.be>
date Wed, 01 Apr 2020 10:15:33 +0200
parents f6a73611ec5c
children 09798f2b985f
line wrap: on
line diff
--- a/Core/SerializationToolbox.h	Wed Apr 01 10:14:49 2020 +0200
+++ b/Core/SerializationToolbox.h	Wed Apr 01 10:15:33 2020 +0200
@@ -83,6 +83,10 @@
                              const std::vector<std::string>& values,
                              const std::string& field);
 
+    void WriteListOfStrings(Json::Value& target,
+                            const std::list<std::string>& values,
+                            const std::string& field);
+
     void WriteSetOfStrings(Json::Value& target,
                            const std::set<std::string>& values,
                            const std::string& field);