About 153,000 results
Open links in new tab
  1. What Are Serialization and Deserialization in Programming?

    Mar 18, 2024 · To mitigate this risk, it’s best practice to use a well-vetted library for serialization and deserialization and only to deserialize data from trusted sources.

  2. What is deserialization and how does it work? | Hazelcast

    To fetch an object state over a wire or read it from persistent storage, a system must be able to deserialize it from raw bytes. Data deserialization is the process of building a data object from a …

  3. How to deserialize JSON in C# - .NET | Microsoft Learn

    Learn how to use the System.Text.Json namespace to deserialize from JSON in .NET. Includes sample code.

  4. Deserialization - OWASP Cheat Sheet Series

    Because this call happens before a readObject() is called, you can be sure that no deserialization activity will occur unless the type is one that you allow. A simple example is shown here, where the …

  5. What is deserialize and serialize in JSON? - Stack Overflow

    Jul 23, 2010 · I have seen the terms "deserialize" and "serialize" with JSON. What do they mean?

  6. Deserialization - Glossary - MDN

    Jul 11, 2025 · In JavaScript, for example, you can deserialize a JSON string to an object by calling the function JSON.parse(). Image & Video API Real-time URL transforms, global CDN delivery & easy …

  7. Deserialize an Object - Newtonsoft

    This sample deserializes JSON to an object.public class Account { public string Email { get; set; } public bool Active { get; set; } public DateTime CreatedDate { get; set; } public IList<string> Roles { get; set; } }

  8. Serialization and Deserialization in Java - GeeksforGeeks

    Jun 2, 2025 · Class Must Be Available: When we deserialize an object, it is necessary that the class definition be present in the program. Visual Representation of Serialization and Deserialization Process

  9. Understanding Serialization and Deserialization: Methods, Examples, …

    Sep 6, 2024 · In this example, a Person object is serialized and saved to a file named person.ser. 1.2 Deserialization Deserialization is the reverse process, where the byte stream or text format is …

  10. What Is Deserialize | Dagster

    Learn what Deserialize means and how it fits into the world of data, analytics, or pipelines, all explained simply.