blpapi.test.serializeService¶
- blpapi.test.serializeService(service)¶
Serialize the provided
service
inXML
format.- Parameters
service (Service) – The
blpapi.Service
to be serialized.- Returns
The
service
represented as anXML
formattedstr
.- Return type
- Raises
Exception – If the service can’t be serialized successfully.