6.3.2. Cache Mode Troubleshooting
6.3.2.1. Invalid Data in ReadExternal
If invalid data is passed to
readExternal
, it can be because when using Cache.putAsync()
, starting serialization can cause your object to be modified, causing the datastream passed to readExternal
to be corrupted. This can be resolved if access to the object is synchronized.