What are the limitations(minuses) have binary serialization than XML, CSV, etc? And can you explain?
Ok, the context is some serialization / deserialization code that will parse a byte stream into an object representation that s easier to work with (and vice-versa). Here s a simplified example ...