About 120,000 results
Open links in new tab
  1. Serialization - Wikipedia

    In computing, serialization (or serialisation, also referred to as pickling in Python) is the process of translating a data structure or object state into a format that can be stored (e.g. files in secondary …

  2. Serialization and Deserialization in Java - GeeksforGeeks

    Jun 1, 2026 · Serialization and Deserialization are important Java mechanisms used to convert objects into a byte stream and reconstruct them back into objects. Together, they enable object persistence, …

  3. What Are Serialization and Deserialization in Programming?

    Mar 18, 2024 · Serialization and deserialization are two important concepts in programming that allow objects to be easily stored, transmitted, and reconstructed. They’re used in various scenarios, such …

  4. What is serialization and how does it work? | Hazelcast

    Serialization is the process of converting a data object—a combination of code and data represented within a region of data storage—into a series of bytes that saves the state of the object in an easily …

  5. What is Data serialization? Meaning, Examples, Use Cases, and How to ...

    Feb 19, 2026 · Data serialization is a foundational concern for reliable, secure, and cost-effective cloud-native systems. Proper format selection, schema governance, observability, and automated testing …

  6. Serialization - .NET | Microsoft Learn

    Oct 25, 2023 · Serialization is the process of converting the state of an object into a form that can be persisted or transported. The complement of serialization is deserialization, which converts a stream …

  7. Serialization: Understanding Its Role in Python, Java, and Data ...

    May 25, 2026 · Explore how serialization works in programming, discover its role in Python, Java, and data management, and learn more about its common uses.

  8. Serialization | Kotlin Documentation

    Jun 16, 2026 · Serialization is the process of converting data used by an application to a format that can be transferred over a network, or stored in a database or a file. Deserialization is the opposite …

  9. What is Serialization? A Complete Guide for Beginners

    Jan 11, 2025 · As a programming educator with over 15 years of professional experience building distributed systems, serialization is a concept I teach in my very first lesson. It unlocks the …

  10. Serializable (Java Platform SE 8 ) - Oracle

    The serialization runtime associates with each serializable class a version number, called a serialVersionUID, which is used during deserialization to verify that the sender and receiver of a …