ForeNet > ForeNet Assembly Interfaces > IForeNETSerializer
The IForeNETSerializer interface contains base methods used to save and load .NET objects.
Method name | Brief description | |
![]() |
CreateLoader | The CreateLoader method creates the object that loads the .NET objects from the stream. |
![]() |
CreateLoaderFromFile | The CreateLoaderFromFile method creates the object that loads the .NET objects from the file. |
![]() |
SaveAssembly | The SaveAssembly method saves the specified .NET assembly to the stream. |
![]() |
SaveAssemblyToFile | The SaveAssemblyToFile method saves the specified .NET assembly to the specified file. |
![]() |
SaveForm | The SaveForm method saves the specified .NET form to the stream. |
![]() |
SaveFormToFile | The SaveFormToFile method saves the specified .NET form to the specified file. |
![]() |
SaveModule | The SaveModule method saves the specified .NET unit to the stream. |
![]() |
SaveModuleToFile | The SaveModuleToFile method saves the specified .NET unit to the specified file. |
See also: