Top "Deserialization" questions

Deserialization is the process by which an object is recreated from its serialized state.

JSON to TypeScript class instance?

I've done quite some research, but I'm not totally satisfied with what I found. Just to be sure here's my …

json typescript deserialization
How can I pass complex objects as arguments to a RESTful service?

I have successfully set up a quick test of creating a "REST-like" service that returns an object serialized to JSON, …

json parameter-passing deserialization cxf
Error Deserializing Xml to Object - xmlns='' was not expected

I am having real trouble trying to deserialize some XML and was hoping someone can offer some assistance. I have …

c# .net xml serialization deserialization
Serialization - readObject writeObject overrides

Having written the code below I now have to,use custom readObject() and writeObject() override methods in StudentData to read …

java serialization deserialization
Jackson Json and no such method errors

I am trying to use jackson to serialize and deserialize a POJO. Going from POJO to JSON works perfectly but …

java json jackson deserialization
Jackson JSON library: how to instantiate a class that contains abstract fields

I want to convert a JSON string into java object, but the class of this object contains abstract fields, which …

java json jackson deserialization
How to output Json string as JsonResult in MVC4?

This seems so simple I must be over-thinking it. TL;DR; How can I modify the code below to return …

c# asp.net-mvc json serialization deserialization
How do I write a custom JSON deserializer for Gson?

I have a Java class, User: public class User { int id; String name; Timestamp updateDate; } And I receive a JSON …

java json gson deserialization
Deserializing Generic Types with GSON

I have some problems with implementation of Json Deserialization in my Android application (with Gson library) I've made class like …

java android json deserialization gson
How to load a JSON file and convert it to an object of a specific type?

I have a type FooObject and I have a JSON file which was serialized from a FooObject instance. Now I …

json powershell deserialization powershell-3.0