Packagecom.ericfeminella.net
Interfacepublic interface IAMFEncodable
ImplementorsLocalPersistence

Enforces the contract for classes which must provide an API allowing users to explicitly get / set specific objectEncoding



Public Properties
 PropertyDefined by
  objectEncoding : int
Sets the current Object Encoding version
IAMFEncodable
Property detail
objectEncodingproperty
objectEncoding:int  [read-write]

Sets the current Object Encoding version

Implementation
    public function get objectEncoding():int
    public function set objectEncoding(value:int):void

Throws