ISoapDeSerializer::End Method

HRESULT End();

Once the deserialization engine has determined that this particular value is finished [i.e. all the children have been fully processed] it will call End. The de-serializer should update the node object with the finalized value at this point, and then release its Node pointer.

 

Return Values

Throw an error to stop the de-serialization process, the error will be returned to the client.

 

Sample Code



  

 

See Also

The ISoapDeSerializer Interface | 

 

 

Copyright

Copyright © Simon Fell, 2000-2004. All rights reserved.