Click or drag to resize
SerializationHelper Class
序列化帮助类
Inheritance Hierarchy
SystemObject
  Slickflow.Engine.UtilitySerializationHelper

Namespace: Slickflow.Engine.Utility
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public class SerializationHelper

The SerializationHelper type exposes the following members.

Constructors
  NameDescription
Public methodSerializationHelper
Initializes a new instance of the SerializationHelper class
Top
Methods
  NameDescription
Public methodStatic memberDeserialize
反序列化一个对象
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberSerialize
DataContractSerializer序列化一个对象
Public methodToString (Inherited from Object.)
Top
See Also