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.
Throw an error to stop the de-serialization process, the error will be returned to the client.
Copyright © Simon Fell, 2000-2004. All rights reserved.