이 콘텐츠는 선택한 언어로 제공되지 않습니다.
4.4.3. Cache Mode Troubleshooting
4.4.3.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.