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