Packageflex.messaging.io.amf
Interfacepublic interface Amf3Types

AMF3 type markers and constants for AVM+ Serialization.

See also

for AMF 0 Type Markers.


Public Constants
 ConstantDefined By
  EMPTY_STRING
[static]
Amf3Types
  INT28_MAX_VALUE
[static] The maximum value for an int that will avoid promotion to an ActionScript Number when sent via AMF 3 is 228 - 1, or 0x0FFFFFFF.
Amf3Types
  INT28_MIN_VALUE
[static] The minimum value for an int that will avoid promotion to an ActionScript Number when sent via AMF 3 is -228 or 0xF0000000.
Amf3Types
  kArrayType
[static]
Amf3Types
  kAvmPlusXmlType
[static]
Amf3Types
  kByteArrayType
[static]
Amf3Types
  kDateType
[static]
Amf3Types
  kDoubleType
[static]
Amf3Types
  kFalseType
[static]
Amf3Types
  kIntegerType
[static]
Amf3Types
  kNullType
[static]
Amf3Types
  kObjectType
[static]
Amf3Types
  kStringType
[static]
Amf3Types
  kTrueType
[static]
Amf3Types
  kUndefinedType
[static]
Amf3Types
  kXMLType
[static]
Amf3Types
Constant Detail
EMPTY_STRINGConstant
public static final EMPTY_STRING

INT28_MAX_VALUEConstant 
public static final INT28_MAX_VALUE

The maximum value for an int that will avoid promotion to an ActionScript Number when sent via AMF 3 is 228 - 1, or 0x0FFFFFFF.

INT28_MIN_VALUEConstant 
public static final INT28_MIN_VALUE

The minimum value for an int that will avoid promotion to an ActionScript Number when sent via AMF 3 is -228 or 0xF0000000.

kArrayTypeConstant 
public static final kArrayType

kAvmPlusXmlTypeConstant 
public static final kAvmPlusXmlType

kByteArrayTypeConstant 
public static final kByteArrayType

kDateTypeConstant 
public static final kDateType

kDoubleTypeConstant 
public static final kDoubleType

kFalseTypeConstant 
public static final kFalseType

kIntegerTypeConstant 
public static final kIntegerType

kNullTypeConstant 
public static final kNullType

kObjectTypeConstant 
public static final kObjectType

kStringTypeConstant 
public static final kStringType

kTrueTypeConstant 
public static final kTrueType

kUndefinedTypeConstant 
public static final kUndefinedType

kXMLTypeConstant 
public static final kXMLType





 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/flex/messaging/io/amf/Amf3Types.html