MapEditor: Save as Serializable or XML

Hi guys

I have a TileMap class consisting of multiple Tiles. Those Tiles have properties and Events saved on them. If i want to save the maps, what format should it be? What are the advantages / disadvantages of serializing it? Same for a XML file… Are there better options if i don’t want to use TileD and co.? ::slight_smile: