ALLOW-PREV-DESERIALIZATION attribute
- Last Updated: April 19, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Indicates whether to allow an application to deserialize an object using the serialization from the previous OpenEdge major release version.
Data type: LOGICAL
Access: Readable/Writeable
Applies to: SECURITY-POLICY system handle
The default value is
NO
.
Note:
This attribute affects object serialization when passing objects as parameters over the application server boundary and also via the
Progress.IO.BinarySerializer class.