The Serialized Killer
Let’s talk serialization. In APIs and testing context, naturally. Serialization is a technique of taking an object and dumping it into a stream. It could be a stream of bytes, zeros and ones. But in the API world, we usually Read more…