Packagesystem
Interfacepublic interface Serializable
Implementors ArrayFilter, ColorMatrix, Configurator, CoreObject, Corner, CountDown, EdenSerializer, Enum, HTTPHost, Lang, NetServerInfo, NetServerStatus, NetStreamStatus, Pause, ProxyArray, Range, SimpleValueObject, TimeoutPolicy, Vector2

Allows an object to control its own serialization and deserialization.



Public Methods
 MethodDefined By
  
toSource(indent:int = 0):String
Returns the source code string representation of the object.
Serializable
Method Detail
toSource()method
public function toSource(indent:int = 0):String

Returns the source code string representation of the object.

Parameters

indent:int (default = 0)

Returns
String — the source code string representation of the object.