Click or drag to resize
SerializationHelperDeserialize Method
反序列化一个对象

Namespace: Slickflow.Engine.Utility
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public static Object Deserialize(
	Type type,
	string strObject,
	string rootName,
	string nameSpace
)

Parameters

type
Type: SystemType
strObject
Type: SystemString
rootName
Type: SystemString
nameSpace
Type: SystemString

Return Value

Type: Object
序列化后的对象
See Also