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 <[email protected]>: > 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 >
