ICubeSerializer

Description

The ICubeSerializer interface contains methods that are used to initialize processes of saving and loading a cube in file.

Properties

  Property name Brief description
FileName

The FileName property determines the name of the file, to which the cube will be saved.
StorageType

The StorageType property determines the type of the storage, to which the cube will be placed.

Methods

  Method name Brief description
LoadFromFile

The LoadFromFile method loads the cube saved to file.
PreCheck

The PreCheck method checks export permissions of this user.
SaveToFile

The SaveToFile method creates a file and initializes a process of saving a cube to file.

See also:

Cubes Assembly Interfaces