java - JSONDeserializer().serialize(ListJson) -


hi have jsonstring ["ttt","uuuu"] how deserialize in list have following code

java.util.list pop = (java.util.list)new flexjson.jsondeserializer().deserialize(listjson); 

i not work can 1 please help

for objects can this:

list<myobject> list = jsondeserializer<myobject>().use("values", myobject.class).deserialize(listjson); 

i guess myobject can string too.

answer copied how deserialize jsonarray list<map> in java using flexjson.deserializer?


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -