Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It's not possible to just replace arr with valBytes because, unlike, for example, from CacheObjectImpl arr is not just a mashalled bytes, it's an object's value required, for example, to provide hashCode/schemaId/typeId/objectField, and we must keep it as is.

So, BinaryObjectImpl requires valBytes to arr conversion:

...