Packageorg.openzet.utils
Classpublic class ObjectUtil

Static class that defines static methods used with regard to generic Object.



Public Methods
 MethodDefined by
  
cloneFields(item:Object):Array
[static] Extracts a generic object's properties and returns an Array containing all of them.
ObjectUtil
Method detail
cloneFields()method
public static function cloneFields(item:Object):Array

Extracts a generic object's properties and returns an Array containing all of them.

Parameters
item:Object — An object to extract properties.

Returns
Array — Returns an array of properties in a generic object.