org.mozilla.javascript.serialize |
|
Java Source File Name | Type | Comment |
ScriptableInputStream.java | Class | Class ScriptableInputStream is used to read in a JavaScript
object or function previously serialized with a ScriptableOutputStream. |
ScriptableOutputStream.java | Class | Class ScriptableOutputStream is an ObjectOutputStream used
to serialize JavaScript objects and functions. |