|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
AMF3 type markers and constants for AVM+ Serialization
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 |
public static final int kUndefinedType
public static final int kNullType
public static final int kFalseType
public static final int kTrueType
public static final int kIntegerType
public static final int kDoubleType
public static final int kStringType
public static final int kXMLType
public static final int kDateType
public static final int kArrayType
public static final int kObjectType
public static final int kAvmPlusXmlType
public static final int kByteArrayType
public static final String EMPTY_STRING
public static final int INT28_MAX_VALUE
int that will avoid promotion to an
ActionScript Number when sent via AMF 3 is 228 - 1, or 0x0FFFFFFF.
public static final int INT28_MIN_VALUE
int that will avoid promotion to an
ActionScript Number when sent via AMF 3 is -228 or 0xF0000000.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||