Writes this SofuObject and all its children into a binary sofu file

C# |
public void WriteBinary( string output )

- output (String)
- File to write to


Sofu.Sofu.Map map = new Sofu.Sofu.Map(); map.SetAttribute("Hello",new Sofu.Sofu.Value("World"); map.Write("helloworld.bsofu");