jsonserializer Questions

3

Solved

I am serializing a class like this into JSON using Flexjson: public class Item { private Long id; private String name; private String description; ... // Getters and setters ... } Many of...
Bolden asked 25/10, 2011 at 8:37

1

Solved

I am already storing UTC time in DateTime objects. When I send this across using Json() serializer these dates are again converted to UTC. I don't want this to happen. Please help.
Annabelannabela asked 13/4, 2012 at 9:42

1

Solved

I have the following model, view and controller. Model public class Person { public string Name;// { get; set; } public string Occupation { get; set; } public int Salary { get; set; } publi...
Biblioclast asked 2/4, 2012 at 14:28

3

Solved

I want to serialize an Entity Framework Self-Tracking Entities full object graph (parent + children in one to many relationships) into Json. For serializing I use ServiceStack.JsonSerializer. Thi...

1

Solved

I have my custom class User: class User { public String name; public int id; public Address address; public Timestamp created; } I'm now creating a custom JsonSerializer for User.class: @Ov...
Ramonitaramos asked 18/5, 2011 at 20:52

2

Solved

May be, it is not so problematic for you. but i'm trying first time with json serialization. and also read other articles in stackowerflow. I have created Entity Framework data model. then by meth...
Zolly asked 15/3, 2010 at 19:46

© 2022 - 2024 — McMap. All rights reserved.