Posted inProgress OpenEdge
Object Serialization in Progress OpenEdge
Since Progress version 11.7 we have the ability to serialize and deserialize class-based objects. What is serialization? Simply, it's the process of converting an object into a format that can be transmitted or stored and then remade into the object at a later time. As of this writing, json and binary formats are available. So what does this allow us…