XmlSerializerDeserializeContent(XElement, Object) Method
Namespace: KGySoft.Serialization.XmlAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
public static void DeserializeContent(
XElement content,
Object obj
)
Public Shared Sub DeserializeContent (
content As XElement,
obj As Object
)
public:
static void DeserializeContent(
XElement^ content,
Object^ obj
)
static member DeserializeContent :
content : XElement *
obj : Object -> unit
Parameters
- content XElement
- The XML content of the object.
- obj Object
- The already constructed object whose inner state has to be deserialized.