IAMFEncodable : public abstract <<interface>> interface
Created: 02/18/07 12:55:00
Modified: 02/18/07 12:55:00
Project:
Advanced:
Enforces the contract for classes which must provide an API allowing users to explicitly get set specific objectEncoding
Operation Details
public
objectEncoding(
version: int,
):void
Sequential <<property set>>
Notes: Sets the current Object Encoding version <br />@param  an integer of either 0(AMF0) or 3(AMF3)
public
objectEncoding():int
Sequential <<property get>>
Notes: Returns the current Object Encoding version <br />@return an integet of either 0(AMF0) or 3(AMF3)
Object Type Connection Notes
LocalPersistence Class Realisation