| 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 2025-10-02 14:26:25