IForeNETSerializer.CreateLoader

Syntax

CreateLoader(Reader: IIOStream; Metabase: IMetabase): IForeNETSerializerLoader;

Parameters

Reader is a the stream, from which .NET object is loaded.

Metabase is a repository in which the loaded .NET object is saved.

Description

The CreateLoader method creates the object that loads the .NET objects from the stream.

See also:

IForeNETSerializer