Packagevegas.util
Classpublic class Serializer

The eden serializer of the VEGAS implementation.



Public Methods
 MethodDefined by
  
getSourceOf(o:* = null, params:Array = null):String
[static] Returns the string source representation of the specified object and serialize the array of arguments to pass in the constructor of the class.
Serializer
  
toSource(... arguments):String
[static] Returns the eden string representation of the specified object.
Serializer
Method detail
getSourceOf()method
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.
toSource()method 
public static function toSource(... arguments):String

Returns the eden string representation of the specified object.

Parameters
... arguments

Returns
String — the eden string representation of the specified object.