public static void Save(SpriteMap map) { Serializer.SaveToFile(SpriteMapFilePath, JsonConvert.SerializeObject(map.GetData())); }