Click or drag to resize
EntityClassDeserialize Method
反序列化对象

Namespace: X3Platform
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public virtual void Deserialize(
	XmlElement element
)

Parameters

element
Type: System.XmlXmlElement
Xml元素

Implements

ISerializedObjectDeserialize(XmlElement)
See Also