ISimpleSoapSerializer::Serialize Method
  HRESULT Serialize([in] VARIANT * val, [in] ISerializerContext * ctx, [in] BSTR * dest);
  Serializes a COM type to a XML simple type. The serialized value is returned as a string.
     
  Parameters
  - val
 - VARIANT *, [in]: The value to serialize
 - ctx
 - ISerializerContext *, [in]: The current serialization context, use this to access prefix mappings etc.
 - dest
 - BSTR *, [in]: The resulting serialized string
 
  
   
  Return Values
  A string representing the serialized type
   
  Sample Code
  
   
  See Also
  The ISimpleSoapSerializer Interface | 
  
   
 
Copyright
Copyright © Simon Fell, 2000-2004. All rights reserved.