ebonite.runtime.client package

class ebonite.runtime.client.BaseClient[source]

Bases: object

Base class for clients of Ebonite runtime.

User method calls are transparently proxied to Interface deployed on Server. PyJackson is always used for serialization of inputs and deserialization of outputs.