The COMSOL File Formats > Binary Data Files and Text Data Files > Records

Records
The record contains the serialization data in the file and additional information on how to process the serialized data. It also has a version number.
The record is a wrapper for serializable types stored in the file. The reason for having this wrapper is to be able to use a version number, so that the serialization can be revised in the future while maintaining backward compatibility.
The following sections describe the format of the supported version:
Record Version 0
This record is a wrapper for serializable types stored in the file. The following table contains the attributes of the records:
Serialization type 1 indicates that the following field is a subtype to Serializable. COMSOL uses type equal to 0 internally, but such files are only used for temporary purposes.