Packagecom.godpaper.as3.serialization
Classpublic class PGNEncoder
InheritancePGNEncoder Inheritance Object

PGNEncoder.as class.



Public Methods
 MethodDefined By
  
PGNEncoder(value:*)
Creates a new PGNEncoder.
PGNEncoder
  
getString():String
Gets the PGN string from the encoder.
PGNEncoder
Constructor Detail
PGNEncoder()Constructor
public function PGNEncoder(value:*)

Language Version : ActionScript 3.0
Runtime Versions : AIR 1.0, Flash Player 9.0

Creates a new PGNEncoder.

Parameters
value:* — The object to encode as a PGN string
Method Detail
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.

Returns
String — The PGN string representation of the object that was passed to the constructor