InvariantCultureSerializer
StockSharp.Configuration
Invariant culture ISerializer.
方法
DeserializeInvariant(IFileSystem, string) : T
Deserialize storage from the specified file using IFileSystem.
- fileSystem
- File system.
- fileName
- File name.
返回值: SettingsStorage
DeserializeInvariant(string) : SettingsStorage
Deserialize storage from the specified file.
- fileName
- File name.
返回值: SettingsStorage
DeserializeInvariant(string, IFileSystem) : T
Deserialize storage from the specified file.
- fileName
- File name.
- fileSystem
- File system.
返回值: SettingsStorage
DeserializeInvariant(byte[]) : SettingsStorage
Deserialize storage from the specified byte array.
- data
- Data.
返回值: 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.