About 1,700 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 summarized …

  2. With focused on addressing the complexities of serialization. One major challenge is the maintenance and exchange of information about each product, source, and destination. Such information—known …

  3. Its TEP1000 module transfers cartons between two horizontal conveyors, prints serialization, uses OCR to monitor and record the codes and then deposits tamper-evident labels on the products.

  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. We propose SERenaDE, a serialization framework designed to integrate general-purpose accelerators currently deployed in datacenters in order to accelerate and offload serialization to hardware.

  6. In this chapter, we will explore the internal mechanisms of serialization and deserialization in Java, understand how to make classes serializable, and discuss custom serialization, transient …

  7. 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: