Top "Serialization" questions

Serialization is the process by which data-structures are converted into a format that can be easily stored or transmitted and subsequently reconstructed.

MaxJsonLength exception in ASP.NET MVC during JavaScriptSerializer

In one of my controller actions I am returning a very large JsonResult to fill a grid. I am getting …

asp.net-mvc exception serialization jsonresult
XML serialization in Java?

What is the Java analogue of .NET's XML serialization?

java xml serialization
JSON.Net Self referencing loop detected

I have a mssql database for my website within 4 tables. When I use this: public static string GetAllEventsForJSON() { using (CyberDBDataContext …

c# serialization json.net
TypeError: Object of type 'bytes' is not JSON serializable

I just started programming Python. I want to use scrapy to create a bot,and it showed TypeError: Object of …

python json serialization scrapy
Checking if an object is a number in C#

I'd like to check if an object is a number so that .ToString() would result in a string containing digits …

c# .net serialization xml-serialization
Understanding passport serialize deserialize

How would you explain the workflow of Passport's serialize and deserialize methods to a layman. Where does user.id go …

node.js authentication express serialization passport.js
What are Transient and Volatile Modifiers?

Can someone explain what the transient and volatile modifiers mean in Java?

java serialization storage modifier
How to generate serial version UID in Intellij

When I used Eclipse it had a nice feature to generate serial version UID. But what to do in IntelliJ? …

java serialization intellij-idea
Biggest differences of Thrift vs Protocol Buffers?

What are the biggest pros and cons of Apache Thrift vs Google's Protocol Buffers?

serialization protocol-buffers thrift