org.as2lib.core.BasicClass +--org.as2lib.Config
Config is the basic configuration class of the as2lib framework.
It lets you configure global behavior of key features like the stringification of classes and instances.
static public function setObjectStringifier(newStringifier:Stringifier):VoidSets a new stringifier used to stringify objects.
If newStringifier is null or undefined
getObjectStringifier will return the default stringifier.
newStringifier | the new object stringifier |
static public function getObjectStringifier(Void):StringifierReturns the stringifier used to stringify objects.
If no stringifier is set the default stringifier will be returned. This is an instance of class ObjectStringifier.
the currently used object stringifier