- Member ifile::TFileSerializerComp< ReadArchive, WriteArchive >::LoadFromFile (istd::IChangeable &data, const QString &filePath=QString(), ibase::IProgressManager *progressManagerPtr=NULL) const override
- Change CompCastPtr to be sure that firstly the data will be casted to the interface, but NOT the first ISerializable in the composition.
- Member ifile::TFileSerializerComp< ReadArchive, WriteArchive >::SaveToFile (const istd::IChangeable &data, const QString &filePath=QString(), ibase::IProgressManager *progressManagerPtr=NULL) const override
- Change CompCastPtr to be sure that firstly the data will be casted to the interface, but NOT the first ISerializable in the composition.
- Member ifile::TXmlFileSerializerComp< ReadArchive, WriteArchive >::LoadFromFile (istd::IChangeable &data, const QString &filePath=QString(), ibase::IProgressManager *progressManagerPtr=nullptr) const override
- Change CompCastPtr to be sure that firstly the data will be casted to the interface, but NOT the first ISerializable in the composition.
- Member ifile::TXmlFileSerializerComp< ReadArchive, WriteArchive >::SaveToFile (const istd::IChangeable &data, const QString &filePath=QString(), ibase::IProgressManager *progressManagerPtr=nullptr) const override
- Change CompCastPtr to be sure that firstly the data will be casted to the interface, but NOT the first ISerializable in the composition.