Packageasgard.net.remoting
Classpublic class RemotingFormat
InheritanceRemotingFormat Inheritance CoreObject
ImplementsIFormat

The instances of this class can converts an object to a custom string representation.



Public Methods
 MethodDefined by
  
Creates a new RemotingFormat instance.
RemotingFormat
  
formatToString(o:*):String
Converts the object to a custom string representation.
RemotingFormat
 Inherited
Returns the internal ILogger reference of this ILogable object.
CoreObject
 Inherited
hashCode():uint
Returns a hashcode value for the object.
CoreObject
 Inherited
setLogger(log:ILogger = null):void
Sets the internal ILogger reference of this ILogable object.
CoreObject
 Inherited
toSource(indent:int = 0):String
Returns the string representation the source code of the object.
CoreObject
 Inherited
toString():String
Returns the string representation of this instance.
CoreObject
Constructor detail
RemotingFormat()constructor
public function RemotingFormat()

Creates a new RemotingFormat instance.

Method detail
formatToString()method
public function formatToString(o:*):String

Converts the object to a custom string representation.

Parameters
o:*

Returns
String