C# (CSharp) Rhino.Serialize ScriptableOutputStream - 2 examples found. These are the top rated real world C# (CSharp) examples of Rhino.Serialize.ScriptableOutputStream extracted from open source projects. You can rate examples to help us improve the quality of examples.
Class ScriptableOutputStream is an ObjectOutputStream used to serialize JavaScript objects and functions.
Class ScriptableOutputStream is an ObjectOutputStream used to serialize JavaScript objects and functions. Note that compiled functions currently cannot be serialized, only interpreted functions. The top-level scope containing the object is not written out, but is instead replaced with another top-level object when the ScriptableInputStream reads in this object. Also, object corresponding to names added to the exclude list are not written out but instead are looked up during deserialization. This approach avoids the creation of duplicate copies of standard objects during deserialization.