Interface | Description |
---|---|
ServiceClientInterface |
Generic interface for all Zserio services on client side.
|
ServiceData<T extends Writer> |
Data abstraction to be sent or to be received in all Zserio services.
|
ServiceInterface |
Generic interface for all Zserio services on server side.
|
Class | Description |
---|---|
ObjectServiceData<T extends Writer> |
ServiceData implementation based on generated Zserio objects.
|
RawServiceData |
ServiceData implementation based on raw data.
|
Exception | Description |
---|---|
ServiceException |
Exception thrown when a call of a service method fails.
|
Last updated 2024-12-05 10:34:50