diff --git a/js/rhino/docs/api.html b/js/rhino/docs/api.html index 36aa50b3daf7..7c10572118ce 100644 --- a/js/rhino/docs/api.html +++ b/js/rhino/docs/api.html @@ -56,6 +56,15 @@ for use by JavaScript. ClassOutput - Interface embedders can implement in order to control the placement of generated class bytecodes. + +
  • +ScriptableOutputStream - This stream can be used to serialize JavaScript objects and functions. +
  • + +
  • +ScriptableInputStream - This stream can be used to deserialize JavaScript objects and functions. +
  • +