SerializeHelperGetSerialize Method |
读取一个序列数据,文件不存在则返回为null
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static Object GetSerialize(
string path
)
Public Shared Function GetSerialize (
path As String
) As Object
public:
static Object^ GetSerialize(
String^ path
)
static member GetSerialize :
path : string -> Object
Parameters
- path
- Type: SystemString
路径
Return Value
Type:
Object[Missing <returns> documentation for "M:Adf.SerializeHelper.GetSerialize(System.String)"]
See Also