HRESULT SerializerForValue([in] VARIANT * v, [out, retval] ISoapSerializer ** s);
Finds a serializer object for the given COM value. The resulting serializer should be passed to ReturnSerializer when finished with, so that it is returned to the pool, and re-used if required.
Either a serializer object that matches the requested Value, or E_NO_SERIALIZER
Copyright © Simon Fell, 2000-2004. All rights reserved.