public static function getSourceOf(o:* = null, params:Array = null):String
Returns the string source representation of the specified object and serialize the array of arguments to pass in the constructor of the class.
Parameters
| o:* (default = null) |
| |
| params:Array (default = null) |
Returns
| String — the string source representation of the specified object and serialize the array of arguments to pass in the constructor of the class.
|
public static function toSource(... arguments):String
Returns the eden string representation of the specified object.
Parameters
Returns
| String — the eden string representation of the specified object.
|