Serialization converts an object's state into a stream of bytes so that it can be persisted in a permanent or temporary storage medium When working with applications, you’ll often need to store data ...
Serialization is the process of converting a Java object into a sequence of bytes so they can be written to disk, sent over a network, or stored outside of memory. Later, the Java virtual machine (JVM ...
Pharmaceutical counterfeiting is on the rise – and a growing health and safety issue with deep consequences for consumers and manufacturers alike. A number of factors contribute to counterfeiting, ...
For some manufacturers, the goal was to be fully compliant with the DSCSA, including both serialization and aggregation, from day one. Enacted by Congress on Nov. 27, 2013, the US Drug Supply Chain ...
The major markets for pharmaceuticals have been forever transformed with the arrival of mandated serialization. With both the United States Drug Supply Chain Security Act (DSCSA) and European Union ...
Stakeholders work to meet deadlines, maximize benefits, and close gaps. Serialization plays an essential role in maintaining supply chain integrity, discouraging counterfeiting, and meeting regulatory ...
During the 2017 ISA Food and Pharmaceuticals Industries Division (FPID) Symposium, I attended an informative presentation by John Woodburn on the implementation of serialization and lessons learned.
As a contract development and manufacturing organization, Patheon provides services to big and small pharmaceutical companies—and packaging is a key part of what it does. Therefore, the company must ...
Compliance is a serious issue for India’s pharmaceutical manufacturers, distributors, and retailers; due to the complicated nature of the pharmaceutical supply chain. Serialization requires ...
The XmlSerializer class provides a great way to convert (serialize) objects to XML and back (deserialize). However, it can be difficult to serialize collections such as Arrays and ArrayLists properly ...