IDataModelSerializer interface
public interface Korzh.EasyQuery.IDataModelSerializerPackage: Korzh.EasyQuery (targets: netstandard2.0)
Assembly: Korzh.EasyQuery.dll
Methods
Section titled “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 |