• A number of tags stored as strings, which gives an identification for each record stored in the file.
• A number of types, which are strings that can be used in serializing the object. The tag should be used as an indication of the contents of the file, but can also be an empty string.
• The records containing the serialized data in the file.When using model.mesh(<tag>).export(<filename>) or Mesh>Export to File to save a COMSOL mesh, the tag equals the variable name (m1), the type is set to obj (but this is not used), and the record contains the serialization of the mesh object, including point coordinates and element data of the mesh. See Examples of the Serialization Format for more examples of COMSOL Multiphysics text files.