| Method | Defined 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 | ||
| deserialize | () | method |
public function deserialize(str:String):voidProbably not called by any external class but encapsulates the string to Object mapping
Parametersstr:String |
| serialize | () | method |
public function serialize():StringCalled by any component requiring the serialized (string) form of the Object
ReturnsString |