Very clear answer. Thank you.

On Mon, Oct 8, 2018 at 4:18 PM Ilya Kasnacheev <ilya.kasnach...@gmail.com>
wrote:

> Hello!
>
> Ignite does not have special support for protocol buffers.
>
> You are welcome to implement Binarylizable or Externalizable interfaces on
> your objects to specify serialization for them.
>
> You can also specify BinarySerializer for types that you do not control by
> putting them into BinaryConfiguration.setTypeConfigurations() and using
> that one with IgniteConfiguration:
>
> https://apacheignite.readme.io/docs/binary-marshaller#section-configuring-binary-objects
>
> Regards,
> --
> Ilya Kasnacheev
>
>
> ср, 3 окт. 2018 г. в 18:24, Michael Fong <mcfong.o...@gmail.com>:
>
>> Hi, all
>>
>> We have protocol buffer serialized binary data that would like to stored
>> into ignite, and wonder if Ignite supports gpb serialization out of the
>> box?
>>
>> If not, which serialization interface do we need to implement to
>> customize and override in the xml?
>>
>> Thanks in advance
>>
>

Reply via email to