Re: Re: Ignite support for config BinaryBasicNameMapper with simpleName set to true

2019-10-16 Thread 11852...@qq.com
Tupitsyn Date: 2019-10-14 19:38 To: user Subject: Re: Ignite support for config BinaryBasicNameMapper with simpleName set to true The config above sets nameMapper for Java. Instead, you have to set it on .NET (C#) side. Full working example: using System; using System.Linq; using

Re: Ignite support for config BinaryBasicNameMapper with simpleName set to true

2019-10-14 Thread Pavel Tupitsyn
The config above sets nameMapper for Java. Instead, you have to set it on .NET (C#) side. Full working example: using System; using System.Linq; using Apache.Ignite.Core; using Apache.Ignite.Core.Binary; namespace simple_name_mapper { class Program { static void Main(string[] args

Re: Ignite support for config BinaryBasicNameMapper with simpleName set to true

2019-10-14 Thread Igor Sapego
Hello, It's strange, we have tested it and it should work. Are you sure, the right config is used by all nodes? Best Regards, Igor On Sun, Oct 13, 2019 at 6:10 PM 朱靓 <11852...@qq.com> wrote: > Hi >I am new to Ignite, and i will use C# save cache and fetch with python > and C++. After read

Re: Ignite support for config BinaryBasicNameMapper with simpleName set to true

2019-10-14 Thread Ilya Kasnacheev
Hello! In C++ you specify your type names explicitly and they are not rewritten by Ignite. If you specify "PanoControls.Views.V2XVehicleParaView" it will be used. Can you show your serialization code? Regards, -- Ilya Kasnacheev вс, 13 окт. 2019 г. в 18:10, 朱靓 <11852...@qq.com>: > Hi >I

Ignite support for config BinaryBasicNameMapper with simpleName set to true

2019-10-13 Thread ????
Hi I am new to Ignite, and i will use C# save cache and fetch with python and C++. After read the doc , i use the config with simple name to avoid strange thing of namespace. But it seems not effect. I set simpleName to true. But in Ignite, it saves objects with full name. We can see the clas