InvariantCultureSerializer

StockSharp.Configuration

Invariant culture ISerializer.

Métodos

DeserializeInvariant(IFileSystem, string) : T

Deserialize storage from the specified file using IFileSystem.

fileSystem
File system.
fileName
File name.

Retorna: SettingsStorage

DeserializeInvariant(string) : SettingsStorage

Deserialize storage from the specified file.

fileName
File name.

Retorna: SettingsStorage

DeserializeInvariant(string, IFileSystem) : T

Deserialize storage from the specified file.

fileName
File name.
fileSystem
File system.

Retorna: SettingsStorage

DeserializeInvariant(byte[]) : SettingsStorage

Deserialize storage from the specified byte array.

data
Data.

Retorna: SettingsStorage

DeserializeInvariant``1(string, IFileSystem)

Deserialize storage from the specified file.

fileName
File name.
fileSystem
File system.
SerializeInvariant(SettingsStorage, IFileSystem, string, bool)

Serialize the specified storage into file using IFileSystem.

settings
SettingsStorage
fileSystem
File system.
fileName
File name.
bom
Add UTF8 BOM preamble.
SerializeInvariant(SettingsStorage, string, bool)

Serialize the specified storage into file.

settings
SettingsStorage
fileName
File name.
bom
Add UTF8 BOM preamble.
SerializeInvariant(IPersistable, bool) : byte[]

Serialize the specified storage into byte array.

settings
IPersistable
bom
Add UTF8 BOM preamble.
SerializeInvariant(SettingsStorage, bool) : byte[]

Serialize the specified storage into byte array.

settings
SettingsStorage
bom
Add UTF8 BOM preamble.