Add new serialization API classes.

This commit is contained in:
nboyd%atg.com 2001-09-27 14:59:59 +00:00
Родитель 77d6e73e42
Коммит 1682c2fc43
1 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -56,6 +56,15 @@ for use by JavaScript.</li>
<a href="org/mozilla/javascript/ClassOutput.html">ClassOutput</a> - Interface
embedders can implement in order to control the placement of generated
class bytecodes.</li>
<li>
<a href="org/mozilla/javascript/ScriptableOutputStream.html">ScriptableOutputStream</a> - This stream can be used to serialize JavaScript objects and functions.
</li>
<li>
<a href="org/mozilla/javascript/ScriptableInputStream.html">ScriptableInputStream</a> - This stream can be used to deserialize JavaScript objects and functions.
</li>
</ul>
<h4>