Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c33048e commit 73989b6Copy full SHA for 73989b6
sources/net.sf.j2s.ajax/ajaxrpc/net/sf/j2s/ajax/SimpleSerializable.java
@@ -69,10 +69,12 @@ public class SimpleSerializable implements Cloneable {
69
static
70
/**
71
* @j2sNative
72
+ * (function() {
73
* var ssz = net.sf.j2s.ajax.SimpleSerializable;
74
* ssz.classNameMappings = {};
75
* ssz.classAliasMappings = {};
76
* ssz.classMissed = {};
77
+ * }) ();
78
*/
79
{
80
classNameMappings = new HashMap<String, String>();
0 commit comments