About 59,400 results
Open links in new tab
  1. Serialization - Wikipedia

    More specific, the function serialize serializes an R object to a connection, the output being a raw vector coded in hexadecimal …

  2. SERIALIZE Definition & Meaning - Merriam-Webster

    Aug 11, 2026 · The meaning of SERIALIZE is to arrange or publish in serial form. How to use serialize in a sentence.

  3. 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?

  4. .serialize () - jQuery API Documentation

    The .serialize () method creates a text string in standard URL-encoded notation. It can act on a jQuery object that has selected …

  5. What Are Serialization and Deserialization in Programming?

    Mar 18, 2024 · To do this, the application must first serialize the document object to a byte stream and then store the byte stream in …

  6. How to serialize JSON in C# - .NET | Microsoft Learn

    Nov 20, 2025 · Learn how to use the System.Text.Json namespace to serialize to JSON in .NET. Includes sample code.

  7. SERIALIZE | English meaning - Cambridge Dictionary

    serialize verb [T] (BOOK) to make a book or story into a number of television or radio programmes or publish it in a newspaper or a …

  8. jQuery serialize () Method - W3Schools

    The serialize () method creates a URL encoded text string by serializing form values. You can select one or more form elements (like …

  9. Serialization - .NET | Microsoft Learn

    Oct 25, 2023 · Learn how to serialize and deserialize JavaScript Object Notation (JSON) strings using the JsonSerializer class, the …

  10. Serialization and Deserialization in Java - GeeksforGeeks

    Jun 1, 2026 · Use the writeObject () method to serialize the object. The object's state is converted into a byte stream and written to …