About 89,400 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 …

  2. Serialization and Deserialization in Java - GeeksforGeeks

    Jun 1, 2026 · The serialization process converts a Java object into a byte stream, allowing it to be stored or transmitted while …

  3. What Are Serialization and Deserialization in Programming?

    Mar 18, 2024 · Serialization is the process of converting an object’s state to a byte stream. This byte stream can then be saved to a …

  4. 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 …

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

    What Is Serialization? Serialization is the process of converting a data object—a combination of code and data represented within a …

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

    May 25, 2026 · What is serialization? Serialization refers to transforming data into a format you can transmit over a network or save …

  7. What is Serialization? - freeCodeCamp.org

    Jan 10, 2022 · Serialization is the process in which one service takes in a data structure, such as a dictionary in Python, wraps it up, …

  8. Serialization | Kotlin Documentation

    Jun 16, 2026 · If you're new to serialization in Kotlin, we recommend starting with the Get Started with Serialization tutorial. It walks …

  9. What is Serialization? A Complete Guide for Beginners

    Jan 11, 2025 · Serialization allows arbitrary data structures to get stored directly into compact databases and files in a portable …

  10. Java Serialization - Tpoint Tech

    Mar 17, 2025 · One powerful mechanism that supports this is serialization and deserialization. These concepts allow Java objects to …