Hi,
I've found an issue: byte array values look not correctly set when having multiple byte[] in a data model. When it happens, the same byte array content is set to ALL of the bean byte[] (or ByteBuffer) properties. I even have a more complex use case where an object property is set with the deserialized value of another different object byte[] property.
Please see the simple test case attached.
Fabrice
MyBean.java.zip