Packs this SofuObject and all those it contains into a string.

C# |
public string Pack()

This SofuObject as a string


Sofu.Sofu.Map map = new Sofu.Sofu.Map(); map.SetAttribute("Hello",new Sofu.Sofu.Value("World"); Console.Out.Write(map.Pack);