SerializationHelperDeserialize Method |
反序列化一个对象
Namespace: Slickflow.Engine.UtilityAssembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntaxpublic 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