CreateLoader(Reader: IIOStream; Metabase: IMetabase): IForeNETSerializerLoader;
Reader is a the stream, from which .NET object is loaded.
Metabase is a repository in which the loaded .NET object is saved.
The CreateLoader method creates the object that loads the .NET objects from the stream.
See also: