flexjson Questions

2

Solved

I am having issues using dexguard when it comes to flexjson library. I keep getting the following error when trying to deserialize using JSONDeserializer. **09-15 20:46:10.271 10901-11552/** **A/...
Powerdive asked 16/9, 2016 at 0:52

2

I am new to FlexJson and was following http://flexjson.sourceforge.net/ for simple tutorial. I wrote a simple program but it seems not to be serializing the object attributes. Please help me if som...
Apologize asked 8/10, 2010 at 4:44

2

I have a simple user class with a Double[] variable for specifying a user's location. @Document public class User { private long id; private Double[] location; } This is the code that i have t...
Lamoree asked 26/9, 2015 at 13:26

1

Solved

I´ve got a multidex project for Android devices. I use Flexjson. I´ve already tested it with flexjson 3.3 and 2.x. It works perfectly well with android 5.x but crashes in Android 4.4.4. It looks...
Guesswork asked 26/6, 2015 at 10:34

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

3

Solved

I am trying to parse a JSON structure similar to this one: { "cars": { "112": { "make": "Cadillac", "model": "Eldorado", "year": "1998" }, "642": { "make": "Cadillac", "model": "Eldorado...
Loop asked 2/11, 2010 at 13:55
1

© 2022 - 2025 — McMap. All rights reserved.