mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Json Serializer should now use identifers storage properly
This commit is contained in:
@@ -61,6 +61,11 @@ void JsonUpdater::serializeInternal(const std::string & fieldName, std::vector<s
|
||||
// }
|
||||
}
|
||||
|
||||
void JsonUpdater::serializeInternal(const std::string & fieldName, std::vector<std::string> & value)
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
void JsonUpdater::serializeInternal(const std::string & fieldName, double & value, const std::optional<double> & defaultValue)
|
||||
{
|
||||
const JsonNode & data = currentObject->operator[](fieldName);
|
||||
|
||||
Reference in New Issue
Block a user