-
Type:
Bug
-
Status: Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.0.0, 1.0.1
-
Fix Version/s: 1.0.2
-
Component/s: None
-
Labels:None
The readObject method of StateDescriptor uses uses ObjectInputStream.read(). For very large serialized default values this will not necessarily read all data in one go. We need a loop that reads it in several steps.