Details
Description
Custom Encoding with @AvroEncode does not work if the field access is done via reflection and not via the sun.misc.unsafe API.
This can be reproduced in a normal JVM with the unit tests (TestReflect.testAvroEncodeIO fails) after deactivating the use of the sun.misc.unsafe API in the ReflectionUtil class.
Attachments
Attachments
Issue Links
- relates to
-
AVRO-1341 Allow controlling avro via java annotations when using reflection.
- Closed