python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Empty Object when deserializing ViewPort object with ServiceStack
I'm having an issue since I migrated to the latest version of GoogleApi (by Vivet)
After analyzing I have identified a problem with deserializing the ViewPort object (this object was changed ). This o...
Rouqanzhul
Votes: 0
Answers: 1
ServiceStack ORMLite JSON Deserialization multiple levels
I've got a class containing a Dictionary like this:
Dictionary<string,object> Data
I put data on multiple levels into here, such as:
Data.Add("simple",4);
Data.Add("object",...
specimen
Votes: 0
Answers: 1
Extension method .ToJsv() from ServiceStack.Text ignores null values in collections
My test class:
public class TestA
{
public IEnumerable<string> Collection { get; set; }
}
When I call extension method .ToJsv() from ServiceStack.Text on TestA object with property Collecti...
DannyS
Votes: 0
Answers: 1
