HRESULT SerializerForNode([in] ISOAPNode * n, [out, retval] ISoapSerializer ** s);
Given a CoSOAPNode object, find a suitable serializer for the nodes value [this is a shortcut for ISoapNode::get_Value(); SerializerForValue()
Either a serializer object that matches the requested Value, or E_NO_SERIALIZER
Copyright © Simon Fell, 2000-2004. All rights reserved.