},false,true);
set("deserialize", new PersevereNativeFunction() {
@Override
public Object call(Context cx, Scriptable scope,
Scriptable thisObj, Object[] args) {
return new JsonReceiver().convertJsonStringToObject((String) args[0]);
}
},true,false);
set("serialize", new PersevereNativeFunction() {
@Override
public Object call(Context cx, Scriptable scope,