On Wed, Jan 25, 2017 at 1:12 AM, Shashank Gandham <shashankgand...@gmail.com
> wrote:

> So if we have to make full-fledged python platform for ignite. We can use
> C++ common  API to integrate and have an high level API of Python. Object
> serialisation can be achieved in python using libraries like marshal,
> pickle, shelve or something similar. Theoretically speaking this should be
> possible, or am I missing something?
>

As Vladimir mention, to add a new interoperable client in Python, you will
need to implement the BinaryMarshaller in Python in the same way we already
do in C++ and .NET. As a suggestion, you may be able to use Ignite C++ APIs
for Python integration. This way you will not have to worry about
marshalling. Python does support C callbacks as far as I know.

D.

Reply via email to