Writes this SofuObject and all its children into a binary sofu file
Declaration Syntax
C# |
public void WriteBinary( string output )
Parameters
- output (String)
- File to write to
Examples
CopyC#
Sofu.Sofu.Map map = new Sofu.Sofu.Map(); map.SetAttribute("Hello",new Sofu.Sofu.Value("World"); map.Write("helloworld.bsofu");