Packageorg.openPyro.core
Interfacepublic interface ISerializable
ImplementorsStorageDictionary



Public Methods
 MethodDefined by
  
deserialize(str:String):void
Probably not called by any external class but encapsulates the string to Object mapping
ISerializable
  
serialize():String
Called by any component requiring the serialized (string) form of the Object
ISerializable
Method detail
deserialize()method
public function deserialize(str:String):void

Probably not called by any external class but encapsulates the string to Object mapping

Parameters
str:String
serialize()method 
public function serialize():String

Called by any component requiring the serialized (string) form of the Object

Returns
String