Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
-
None
Description
The following scenario does not works
- start node with BinaryMarshaller and set BinaryConfiguration with not-default BinaryIdMapper (see BinarySimpleNameIdMapper)
- Execute the following code (it fails):
BinaryObjectBuilder builder = builder("org.my.Class"); BinaryObject bo = builder.build(); assertEquals("class".hashCode(), bo.type().typeId());
Attachments
Issue Links
- relates to
-
IGNITE-2191 Binary marshaller: support user classes with the same simple name
- Closed