Assembly: Fore;
Namespace: Prognoz.Platform.Interop.KeFore;
The IForeSerializer interface contains basic methods that are used to save and load development environment assemblies/units/forms.
IForeSerializer
| Method name | Brief description | |
| CreateLoaderFromFile | The CreateLoaderFromFile method creates an object used to load the development environment objects from the files. | |
| SaveAssemblyToFile | The SaveAssemblyToFile method saves the assembly into the specified file. | |
| SaveFormToFile | The SaveFormToFile method saves a form into the indicated file. | |
| SaveModuleToFile | The SaveModuleToFile method saves a unit into the specified file. |
See also: