idatamodelserializer-interface
public interface Korzh.EasyQuery.IDataModelSerializer
Assembly: Korzh.EasyQuery.dll
Methods
Name | Type | Description |
---|---|---|
LoadFromFile(DataModel model, string filePath, BitOptions options = null) | void | |
LoadFromStream(DataModel model, Stream stream, BitOptions options = null) | void | |
LoadFromString(DataModel model, string content, BitOptions options = null) | void | |
SaveToFile(DataModel model, string filePath, BitOptions options = null) | void | |
SaveToStream(DataModel model, Stream stream, BitOptions options = null) | void | |
SaveToString(DataModel model, BitOptions options = null) | string |