Hi, How do I register a class, in the XML config file, to be used by the Binary Marshaller?
Assume I have IgniteCache<Integer, Point>, I want the xml config equivalent for: binaryMarsh.context().descriptorForClass(Point.class, false) Thanks,
Hi, How do I register a class, in the XML config file, to be used by the Binary Marshaller?
Assume I have IgniteCache<Integer, Point>, I want the xml config equivalent for: binaryMarsh.context().descriptorForClass(Point.class, false) Thanks,