val cl = new flexjson.ClassLocator {
val classLoader = Thread.currentThread.getContextClassLoader
override def locate (map: java.util.Map[_,_], path: flexjson.Path): Class[_] = {
val clazz = map.get ("class")
if (clazz.isInstanceOf[String]) classLoader.loadClass (clazz.toString)
else classOf[java.util.HashMap[_, _]]
}
}
new flexjson.JSONDeserializer () .use (null, cl) .deserialize (ratingsCopy)
pastebin - Herramienta Colaborativa
pastebin - collaborative debugging
pastebin is a collaborative debugging tool allowing you to share
and modify code snippets while chatting on IRC, IM or a message board.
This site is developed to XHTML and CSS2 W3C standards.
If you see this paragraph, your browser does not support those standards and you
need to upgrade. Visit WaSP
for a variety of options.