#pragma once #include #include #include "ShipLayoutBlueprint.h" namespace ShipLayoutBlueprintSerializer { std::string serialize(const std::vector& blueprints); std::vector deserialize(const std::string& tomlContent); } // namespace ShipLayoutBlueprintSerializer