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.
Posted by Anonymous on November Sun 1st 2:36 AM - Never Expires
download | new post
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
)
Submit a correction or amendment below. (click here to make a fresh posting)After submitting an amendment, you'll be able to view the differences between the old and new posts easily.