-
Bug
-
Resolution: Done
-
Major
-
5.1.2.FINAL, 5.2.0.Final
-
None
The ExternalizerTable.isMarshallableCandidate(Object) method currently looks in its writers to see if there is an externalizer for the supplied class. However, under certain circumstances, a user-friendly externalizer is not registered. So this method should also look for annotations to see if the class has a user-friendly externalizer.
See MODE-1769 for background.
- blocks
-
MODE-1769 org.infinispan.marshall.NotSerializableException: org.infinispan.schematic.internal.SchematicEntryLiteral when using async cache store
- Closed