Beam Me Up, Codey! Serialization and Deserialization: The Star Trek Transporters of Integrations
Integration Steve Simpson Integration Steve Simpson

Beam Me Up, Codey! Serialization and Deserialization: The Star Trek Transporters of Integrations

Understanding Serialization and Deserialization is a key concept for Integration Architects; kind of like using the Transporter on Star Trek.

I walk through key concepts about how data can be moved between two different processes. Serialization creates a stream that is communicated to another process. At the end, deserialization is used to put the data into a usable format.

Read More