flex.messaging.io.amf
Interface Amf3Types


public interface Amf3Types

AMF3 type markers and constants for AVM+ Serialization.

See Also:
for AMF 0 Type Markers.

Field Summary
static String EMPTY_STRING
           
static int 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.
static int 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.
static int kArrayType
           
static int kAvmPlusXmlType
           
static int kByteArrayType
           
static int kDateType
           
static int kDoubleType
           
static int kFalseType
           
static int kIntegerType
           
static int kNullType
           
static int kObjectType
           
static int kStringType
           
static int kTrueType
           
static int kUndefinedType
           
static int kXMLType
           
 

Field Detail

kUndefinedType

static final int kUndefinedType
See Also:
Constant Field Values

kNullType

static final int kNullType
See Also:
Constant Field Values

kFalseType

static final int kFalseType
See Also:
Constant Field Values

kTrueType

static final int kTrueType
See Also:
Constant Field Values

kIntegerType

static final int kIntegerType
See Also:
Constant Field Values

kDoubleType

static final int kDoubleType
See Also:
Constant Field Values

kStringType

static final int kStringType
See Also:
Constant Field Values

kXMLType

static final int kXMLType
See Also:
Constant Field Values

kDateType

static final int kDateType
See Also:
Constant Field Values

kArrayType

static final int kArrayType
See Also:
Constant Field Values

kObjectType

static final int kObjectType
See Also:
Constant Field Values

kAvmPlusXmlType

static final int kAvmPlusXmlType
See Also:
Constant Field Values

kByteArrayType

static final int kByteArrayType
See Also:
Constant Field Values

EMPTY_STRING

static final String EMPTY_STRING
See Also:
Constant Field Values

INT28_MAX_VALUE

static final int 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.

See Also:
Constant Field Values

INT28_MIN_VALUE

static final int 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.

See Also:
Constant Field Values


Copyright © 2008 Adobe Systems Inc. All Rights Reserved.

 

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

Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/io/amf/Amf3Types.html