About 4,080 results
Open links in new tab
  1. Before considering the security aspects of serialization, we provide a brief overview of how serialization works in several popular languages and environments. This information is …

  2. Serialization and Deserialization of data is done before the exchange of data, when it’s received or sent. In this chapter, we will understand the following topics:

  3. A strong case could be made that serialization is the easy part, and that deserialization is a bit messier due to the string parsing. That may be true, but we develop here a few simple tools for …

  4. What is Serialization? The process of converting an object or a data structure into a format that can be stored (in a file or memory) or transmitted (over a network)

  5. Serialization or marshaling is the process of converting object state into a format that can be transmitted or stored. The serialization changes the object state into series of bits. The object …

  6. Serialization will be required under impending international mandates aimed at protecting the prescription-drug supply chain from counterfeiters, thieves and other threats.

  7. Serialization provides a mechanism for saving and restoring objects. Serializing an object means to code it as an ordered series of bytes in such a way that it can be rebuilt (really a copy) from …