org.mozilla.javascript.serialize
public class ScriptableInputStream extends ObjectInputStream
Constructor Summary | |
---|---|
ScriptableInputStream(InputStream in, Scriptable scope)
Create a ScriptableInputStream. |
Method Summary | |
---|---|
protected Class | resolveClass(ObjectStreamClass desc) |
protected Object | resolveObject(Object obj) |
Parameters: in the InputStream to read from. scope the top-level scope to create the object in.