Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
1.0.0, 1.0.1
-
None
-
None
Description
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.