Progress.IO.BinarySerializer class
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Progress.IO.BinarySerializer provides
functionality to serialize and deserialize ABL class-based objects in binary format. The
serialization and deserialization are performed in conjunction with classes that inherit
from Progress.IO.InputStream and Progress.IO.OutputStream. Progress.IO.BinarySerializer formats the data, and the stream classes determine
where the data comes from and goes to. For example, Progress.IO.FileInputStream and Progress.IO.FileOutputStream are used for serialization to and deserialization
from a file.
Serializable:
No
Constructors
|
Super Class
Interfaces
This class does not implement interfaces.
Properties
This class does not define properties.
Public Methods
| Deserialize( ) method (BinarySerializer) | Serialize( ) method (BinarySerializer) |
Public Events
This class does not contain events.
Notes
- See the entry for the
Serialize( )method for more information about which class members are serialized.