C# Класс FBClient.Utils.StaticClassSerializer

Показать файл Открыть проект

Открытые методы

Метод Описание
Load ( Type staticClass, string fileName, bool binaryFormatter = true ) : bool
Save ( Type staticClass, string fileName, bool binaryFormatter = true ) : bool

Описание методов

Load() публичный статический Метод

public static Load ( Type staticClass, string fileName, bool binaryFormatter = true ) : bool
staticClass System.Type
fileName string
binaryFormatter bool
Результат bool

Save() публичный статический Метод

public static Save ( Type staticClass, string fileName, bool binaryFormatter = true ) : bool
staticClass System.Type
fileName string
binaryFormatter bool
Результат bool