ISerializerFactoryEx::DeserializerForElement Method
HRESULT DeserializerForElement([in] BSTR ParentType, [in] BSTR ParentTypeNS, [in] BSTR elementName, [in] BSTR elementNamespace, [in] VARIANT_BOOL IsArray, [out] BSTR * XmlType, [out] BSTR * XmlTypeNS, [out, retval] ISoapDeSerializer ** s);
Finds the XML Type and a de-serializer for that type, from an element name & containing type.
Parameters
- ParentType
- BSTR, [in]: The containing XML Type
- ParentTypeNS
- BSTR, [in]: The namespace of the containing XML Type
- elementName
- BSTR, [in]: The Element name
- elementNamespace
- BSTR, [in]: The namespace of the element
- IsArray
- VARIANT_BOOL, [in]: Is this a SOAP encoded array ?
- XmlType
- BSTR *, [out]: The resulting XML type
- XmlTypeNS
- BSTR *, [out]: The resulting namespace of the XML type
- s
- ISoapDeSerializer **, [out, retval]: A suitable de-serializer
Return Values
Sample Code
See Also
The ISerializerFactoryEx Interface |
Copyright
Copyright © Simon Fell, 2000-2004. All rights reserved.