NullPointerException when Externalizing POF Object with Uniform Collections
(Doc ID 1135956.1)
Last updated on JANUARY 25, 2024
Applies to:
Oracle Coherence - Version 3.5.3 and laterInformation in this document applies to any platform.
Symptoms
Trying to POF-serialize a collection which has null elements via PofBufferWriter and its methods:
- writeCollection()
- writeMap()
- writeObjectArray()
- writeLongArray()
fails with NullPointerExceptions.
However, null values are actually allowed in such collections, so they should also be handled in a way that the collection does not break.
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |