| Package | com.godpaper.as3.serialization |
| Class | public class PGNEncoder |
| Inheritance | PGNEncoder Object |
| Method | Defined By | ||
|---|---|---|---|
PGNEncoder(value:*)
Creates a new PGNEncoder. | PGNEncoder | ||
getString():String
Gets the PGN string from the encoder. | PGNEncoder | ||
| PGNEncoder | () | Constructor |
public function PGNEncoder(value:*)| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9.0 |
Creates a new PGNEncoder.
Parametersvalue:* — The object to encode as a PGN string
|
| getString | () | method |
public function getString():String| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9.0 |
Gets the PGN string from the encoder.
ReturnsString — The PGN string representation of the object
that was passed to the constructor
|