Top "Jsonserializer" questions

The JsonSerializer enables to control how objects are encoded into JSON.

JavaScriptSerializer is not allowed in .net core project?

I am working in .net core project. I want to serialize the objects using JavaScriptSerializer. JavaScriptSerializer Serializer = new JavaScriptSerializer(); I …

asp.net-core-2.1 jsonserializer json-serialization
how to map a JSON to a java model class

I need to map JSON obj to a class and its arrays to ArrayList in Android and it should have …

java android json jsonserializer gson
JsonSerializer - serialize decimal places with 'N2' formatting

I'm serializing decimals using Newtonsoft.Json.JsonSerializer. How can I set it to serialize decimal numbers with only 1 decimal place …

asp.net-mvc asp.net-mvc-4 json.net jsonserializer
Rename response fields django rest framework serializer

I'm calling a simple get API using djangorestframework. My Model is class Category(models.Model): category_id = models.AutoField(primary_…

python django django-rest-framework jsonserializer
Convert vb.net class object to JSON string in vb.net

I am a c# developer and have the requirement to work in vb.net project. I am facing a simple …

json vb.net jsonserializer
How to use Gson to serialize objects in android?

I want to send 2 objects to Java server from Android client using socket (as I am developing a Remote PC). …

java android json gson jsonserializer
Cannot find DataContractJsonSerializer from an Asp.Net Mvc application

I can't get access to the DataContractJsonSerializer method from System.Runtime.Serialization.Json If I do: using System.Runtime.Serialization.…

asp.net-mvc json serialization namespaces jsonserializer
Preventing StackOverflowException while serializing Entity Framework object graph into Json

I want to serialize an Entity Framework Self-Tracking Entities full object graph (parent + children in one to many relationships) into …

c#-4.0 entity-framework-4 self-tracking-entities servicestack jsonserializer
Jackson deserializing into Map with an Enum Key, POJO Value

I am trying to deserialize JSON into a Java POJO using Jackson. Without giving away confidential information, here is an …

java json serialization jackson jsonserializer
Grails - grails.converters.JSON - removing the class name

Is there a way to remove the class field in a JSON converter? Example: import testproject.* import grails.converters.* emp = …

json serialization grails jsonserializer