Package org.jboss.marshalling.river
Class Protocol
- java.lang.Object
-
- org.jboss.marshalling.river.Protocol
-
public final class Protocol extends java.lang.Object
-
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description private
Protocol()
-
-
-
Field Detail
-
MIN_VERSION
public static final int MIN_VERSION
- See Also:
- Constant Field Values
-
MAX_VERSION
public static final int MAX_VERSION
- See Also:
- Constant Field Values
-
ID_NULL
public static final int ID_NULL
- See Also:
- Constant Field Values
-
ID_REPEAT_OBJECT_FAR
public static final int ID_REPEAT_OBJECT_FAR
- See Also:
- Constant Field Values
-
ID_PREDEFINED_OBJECT
public static final int ID_PREDEFINED_OBJECT
- See Also:
- Constant Field Values
-
ID_NEW_OBJECT
public static final int ID_NEW_OBJECT
- See Also:
- Constant Field Values
-
ID_NEW_OBJECT_UNSHARED
public static final int ID_NEW_OBJECT_UNSHARED
- See Also:
- Constant Field Values
-
ID_REPEAT_CLASS_FAR
public static final int ID_REPEAT_CLASS_FAR
- See Also:
- Constant Field Values
-
ID_PLAIN_CLASS
public static final int ID_PLAIN_CLASS
- See Also:
- Constant Field Values
-
ID_PROXY_CLASS
public static final int ID_PROXY_CLASS
- See Also:
- Constant Field Values
-
ID_SERIALIZABLE_CLASS
public static final int ID_SERIALIZABLE_CLASS
- See Also:
- Constant Field Values
-
ID_EXTERNALIZABLE_CLASS
public static final int ID_EXTERNALIZABLE_CLASS
- See Also:
- Constant Field Values
-
ID_EXTERNALIZER_CLASS
public static final int ID_EXTERNALIZER_CLASS
- See Also:
- Constant Field Values
-
ID_ENUM_TYPE_CLASS
public static final int ID_ENUM_TYPE_CLASS
- See Also:
- Constant Field Values
-
ID_OBJECT_ARRAY_TYPE_CLASS
public static final int ID_OBJECT_ARRAY_TYPE_CLASS
- See Also:
- Constant Field Values
-
ID_PREDEFINED_PLAIN_CLASS
public static final int ID_PREDEFINED_PLAIN_CLASS
- See Also:
- Constant Field Values
-
ID_PREDEFINED_PROXY_CLASS
public static final int ID_PREDEFINED_PROXY_CLASS
- See Also:
- Constant Field Values
-
ID_PREDEFINED_SERIALIZABLE_CLASS
public static final int ID_PREDEFINED_SERIALIZABLE_CLASS
- See Also:
- Constant Field Values
-
ID_PREDEFINED_EXTERNALIZABLE_CLASS
public static final int ID_PREDEFINED_EXTERNALIZABLE_CLASS
- See Also:
- Constant Field Values
-
ID_PREDEFINED_EXTERNALIZER_CLASS
public static final int ID_PREDEFINED_EXTERNALIZER_CLASS
- See Also:
- Constant Field Values
-
ID_PREDEFINED_ENUM_TYPE_CLASS
public static final int ID_PREDEFINED_ENUM_TYPE_CLASS
- See Also:
- Constant Field Values
-
ID_STRING_CLASS
public static final int ID_STRING_CLASS
- See Also:
- Constant Field Values
-
ID_CLASS_CLASS
public static final int ID_CLASS_CLASS
- See Also:
- Constant Field Values
-
ID_OBJECT_CLASS
public static final int ID_OBJECT_CLASS
- See Also:
- Constant Field Values
-
ID_ENUM_CLASS
public static final int ID_ENUM_CLASS
- See Also:
- Constant Field Values
-
ID_BOOLEAN_ARRAY_CLASS
public static final int ID_BOOLEAN_ARRAY_CLASS
- See Also:
- Constant Field Values
-
ID_BYTE_ARRAY_CLASS
public static final int ID_BYTE_ARRAY_CLASS
- See Also:
- Constant Field Values
-
ID_SHORT_ARRAY_CLASS
public static final int ID_SHORT_ARRAY_CLASS
- See Also:
- Constant Field Values
-
ID_INT_ARRAY_CLASS
public static final int ID_INT_ARRAY_CLASS
- See Also:
- Constant Field Values
-
ID_LONG_ARRAY_CLASS
public static final int ID_LONG_ARRAY_CLASS
- See Also:
- Constant Field Values
-
ID_CHAR_ARRAY_CLASS
public static final int ID_CHAR_ARRAY_CLASS
- See Also:
- Constant Field Values
-
ID_FLOAT_ARRAY_CLASS
public static final int ID_FLOAT_ARRAY_CLASS
- See Also:
- Constant Field Values
-
ID_DOUBLE_ARRAY_CLASS
public static final int ID_DOUBLE_ARRAY_CLASS
- See Also:
- Constant Field Values
-
ID_PRIM_BOOLEAN
public static final int ID_PRIM_BOOLEAN
- See Also:
- Constant Field Values
-
ID_PRIM_BYTE
public static final int ID_PRIM_BYTE
- See Also:
- Constant Field Values
-
ID_PRIM_SHORT
public static final int ID_PRIM_SHORT
- See Also:
- Constant Field Values
-
ID_PRIM_INT
public static final int ID_PRIM_INT
- See Also:
- Constant Field Values
-
ID_PRIM_LONG
public static final int ID_PRIM_LONG
- See Also:
- Constant Field Values
-
ID_PRIM_CHAR
public static final int ID_PRIM_CHAR
- See Also:
- Constant Field Values
-
ID_PRIM_FLOAT
public static final int ID_PRIM_FLOAT
- See Also:
- Constant Field Values
-
ID_PRIM_DOUBLE
public static final int ID_PRIM_DOUBLE
- See Also:
- Constant Field Values
-
ID_VOID
public static final int ID_VOID
- See Also:
- Constant Field Values
-
ID_BOOLEAN_CLASS
public static final int ID_BOOLEAN_CLASS
- See Also:
- Constant Field Values
-
ID_BYTE_CLASS
public static final int ID_BYTE_CLASS
- See Also:
- Constant Field Values
-
ID_SHORT_CLASS
public static final int ID_SHORT_CLASS
- See Also:
- Constant Field Values
-
ID_INTEGER_CLASS
public static final int ID_INTEGER_CLASS
- See Also:
- Constant Field Values
-
ID_LONG_CLASS
public static final int ID_LONG_CLASS
- See Also:
- Constant Field Values
-
ID_CHARACTER_CLASS
public static final int ID_CHARACTER_CLASS
- See Also:
- Constant Field Values
-
ID_FLOAT_CLASS
public static final int ID_FLOAT_CLASS
- See Also:
- Constant Field Values
-
ID_DOUBLE_CLASS
public static final int ID_DOUBLE_CLASS
- See Also:
- Constant Field Values
-
ID_VOID_CLASS
public static final int ID_VOID_CLASS
- See Also:
- Constant Field Values
-
ID_START_BLOCK_SMALL
public static final int ID_START_BLOCK_SMALL
- See Also:
- Constant Field Values
-
ID_START_BLOCK_MEDIUM
public static final int ID_START_BLOCK_MEDIUM
- See Also:
- Constant Field Values
-
ID_START_BLOCK_LARGE
public static final int ID_START_BLOCK_LARGE
- See Also:
- Constant Field Values
-
ID_END_BLOCK_DATA
public static final int ID_END_BLOCK_DATA
- See Also:
- Constant Field Values
-
ID_CLEAR_CLASS_CACHE
public static final int ID_CLEAR_CLASS_CACHE
- See Also:
- Constant Field Values
-
ID_CLEAR_INSTANCE_CACHE
public static final int ID_CLEAR_INSTANCE_CACHE
- See Also:
- Constant Field Values
-
ID_WRITE_OBJECT_CLASS
public static final int ID_WRITE_OBJECT_CLASS
- See Also:
- Constant Field Values
-
ID_REPEAT_OBJECT_NEAR
public static final int ID_REPEAT_OBJECT_NEAR
- See Also:
- Constant Field Values
-
ID_REPEAT_OBJECT_NEARISH
public static final int ID_REPEAT_OBJECT_NEARISH
- See Also:
- Constant Field Values
-
ID_REPEAT_CLASS_NEAR
public static final int ID_REPEAT_CLASS_NEAR
- See Also:
- Constant Field Values
-
ID_REPEAT_CLASS_NEARISH
public static final int ID_REPEAT_CLASS_NEARISH
- See Also:
- Constant Field Values
-
ID_STRING_EMPTY
public static final int ID_STRING_EMPTY
- See Also:
- Constant Field Values
-
ID_STRING_SMALL
public static final int ID_STRING_SMALL
- See Also:
- Constant Field Values
-
ID_STRING_MEDIUM
public static final int ID_STRING_MEDIUM
- See Also:
- Constant Field Values
-
ID_STRING_LARGE
public static final int ID_STRING_LARGE
- See Also:
- Constant Field Values
-
ID_ARRAY_EMPTY
public static final int ID_ARRAY_EMPTY
- See Also:
- Constant Field Values
-
ID_ARRAY_SMALL
public static final int ID_ARRAY_SMALL
- See Also:
- Constant Field Values
-
ID_ARRAY_MEDIUM
public static final int ID_ARRAY_MEDIUM
- See Also:
- Constant Field Values
-
ID_ARRAY_LARGE
public static final int ID_ARRAY_LARGE
- See Also:
- Constant Field Values
-
ID_ARRAY_EMPTY_UNSHARED
public static final int ID_ARRAY_EMPTY_UNSHARED
- See Also:
- Constant Field Values
-
ID_ARRAY_SMALL_UNSHARED
public static final int ID_ARRAY_SMALL_UNSHARED
- See Also:
- Constant Field Values
-
ID_ARRAY_MEDIUM_UNSHARED
public static final int ID_ARRAY_MEDIUM_UNSHARED
- See Also:
- Constant Field Values
-
ID_ARRAY_LARGE_UNSHARED
public static final int ID_ARRAY_LARGE_UNSHARED
- See Also:
- Constant Field Values
-
ID_BYTE_OBJECT
public static final int ID_BYTE_OBJECT
- See Also:
- Constant Field Values
-
ID_SHORT_OBJECT
public static final int ID_SHORT_OBJECT
- See Also:
- Constant Field Values
-
ID_INTEGER_OBJECT
public static final int ID_INTEGER_OBJECT
- See Also:
- Constant Field Values
-
ID_LONG_OBJECT
public static final int ID_LONG_OBJECT
- See Also:
- Constant Field Values
-
ID_CHARACTER_OBJECT
public static final int ID_CHARACTER_OBJECT
- See Also:
- Constant Field Values
-
ID_FLOAT_OBJECT
public static final int ID_FLOAT_OBJECT
- See Also:
- Constant Field Values
-
ID_DOUBLE_OBJECT
public static final int ID_DOUBLE_OBJECT
- See Also:
- Constant Field Values
-
ID_BOOLEAN_OBJECT_TRUE
public static final int ID_BOOLEAN_OBJECT_TRUE
- See Also:
- Constant Field Values
-
ID_BOOLEAN_OBJECT_FALSE
public static final int ID_BOOLEAN_OBJECT_FALSE
- See Also:
- Constant Field Values
-
ID_COLLECTION_EMPTY
public static final int ID_COLLECTION_EMPTY
- See Also:
- Constant Field Values
-
ID_COLLECTION_SMALL
public static final int ID_COLLECTION_SMALL
- See Also:
- Constant Field Values
-
ID_COLLECTION_MEDIUM
public static final int ID_COLLECTION_MEDIUM
- See Also:
- Constant Field Values
-
ID_COLLECTION_LARGE
public static final int ID_COLLECTION_LARGE
- See Also:
- Constant Field Values
-
ID_COLLECTION_EMPTY_UNSHARED
public static final int ID_COLLECTION_EMPTY_UNSHARED
- See Also:
- Constant Field Values
-
ID_COLLECTION_SMALL_UNSHARED
public static final int ID_COLLECTION_SMALL_UNSHARED
- See Also:
- Constant Field Values
-
ID_COLLECTION_MEDIUM_UNSHARED
public static final int ID_COLLECTION_MEDIUM_UNSHARED
- See Also:
- Constant Field Values
-
ID_COLLECTION_LARGE_UNSHARED
public static final int ID_COLLECTION_LARGE_UNSHARED
- See Also:
- Constant Field Values
-
ID_CC_ARRAY_LIST
public static final int ID_CC_ARRAY_LIST
- See Also:
- Constant Field Values
-
ID_CC_LINKED_LIST
public static final int ID_CC_LINKED_LIST
- See Also:
- Constant Field Values
-
ID_SINGLETON_LIST_OBJECT
public static final int ID_SINGLETON_LIST_OBJECT
- See Also:
- Constant Field Values
-
ID_EMPTY_LIST_OBJECT
public static final int ID_EMPTY_LIST_OBJECT
- See Also:
- Constant Field Values
-
ID_CC_HASH_SET
@Deprecated public static final int ID_CC_HASH_SET
Deprecated.- See Also:
- Constant Field Values
-
ID_CC_LINKED_HASH_SET
@Deprecated public static final int ID_CC_LINKED_HASH_SET
Deprecated.- See Also:
- Constant Field Values
-
ID_CC_TREE_SET
@Deprecated public static final int ID_CC_TREE_SET
Deprecated.- See Also:
- Constant Field Values
-
ID_SINGLETON_SET_OBJECT
public static final int ID_SINGLETON_SET_OBJECT
- See Also:
- Constant Field Values
-
ID_EMPTY_SET_OBJECT
public static final int ID_EMPTY_SET_OBJECT
- See Also:
- Constant Field Values
-
ID_CC_IDENTITY_HASH_MAP
public static final int ID_CC_IDENTITY_HASH_MAP
- See Also:
- Constant Field Values
-
ID_CC_HASH_MAP
@Deprecated public static final int ID_CC_HASH_MAP
Deprecated.- See Also:
- Constant Field Values
-
ID_CC_HASHTABLE
@Deprecated public static final int ID_CC_HASHTABLE
Deprecated.- See Also:
- Constant Field Values
-
ID_CC_LINKED_HASH_MAP
@Deprecated public static final int ID_CC_LINKED_HASH_MAP
Deprecated.- See Also:
- Constant Field Values
-
ID_CC_TREE_MAP
@Deprecated public static final int ID_CC_TREE_MAP
Deprecated.- See Also:
- Constant Field Values
-
ID_SINGLETON_MAP_OBJECT
public static final int ID_SINGLETON_MAP_OBJECT
- See Also:
- Constant Field Values
-
ID_EMPTY_MAP_OBJECT
public static final int ID_EMPTY_MAP_OBJECT
- See Also:
- Constant Field Values
-
ID_CC_ENUM_SET_PROXY
public static final int ID_CC_ENUM_SET_PROXY
- See Also:
- Constant Field Values
-
ID_CC_ENUM_SET
public static final int ID_CC_ENUM_SET
- See Also:
- Constant Field Values
-
ID_CC_ENUM_MAP
public static final int ID_CC_ENUM_MAP
- See Also:
- Constant Field Values
-
ID_ABSTRACT_COLLECTION
public static final int ID_ABSTRACT_COLLECTION
- See Also:
- Constant Field Values
-
ID_ABSTRACT_SET
public static final int ID_ABSTRACT_SET
- See Also:
- Constant Field Values
-
ID_ABSTRACT_LIST
public static final int ID_ABSTRACT_LIST
- See Also:
- Constant Field Values
-
ID_ABSTRACT_QUEUE
public static final int ID_ABSTRACT_QUEUE
- See Also:
- Constant Field Values
-
ID_ABSTRACT_SEQUENTIAL_LIST
public static final int ID_ABSTRACT_SEQUENTIAL_LIST
- See Also:
- Constant Field Values
-
ID_CC_CONCURRENT_HASH_MAP
@Deprecated public static final int ID_CC_CONCURRENT_HASH_MAP
Deprecated.- See Also:
- Constant Field Values
-
ID_CC_COPY_ON_WRITE_ARRAY_LIST
public static final int ID_CC_COPY_ON_WRITE_ARRAY_LIST
- See Also:
- Constant Field Values
-
ID_CC_COPY_ON_WRITE_ARRAY_SET
public static final int ID_CC_COPY_ON_WRITE_ARRAY_SET
- See Also:
- Constant Field Values
-
ID_CC_VECTOR
public static final int ID_CC_VECTOR
- See Also:
- Constant Field Values
-
ID_CC_STACK
public static final int ID_CC_STACK
- See Also:
- Constant Field Values
-
ID_PAIR
public static final int ID_PAIR
- See Also:
- Constant Field Values
-
ID_CC_ARRAY_DEQUE
public static final int ID_CC_ARRAY_DEQUE
- See Also:
- Constant Field Values
-
ID_REVERSE_ORDER_OBJECT
public static final int ID_REVERSE_ORDER_OBJECT
- See Also:
- Constant Field Values
-
ID_REVERSE_ORDER2_OBJECT
public static final int ID_REVERSE_ORDER2_OBJECT
- See Also:
- Constant Field Values
-
ID_CC_NCOPIES
public static final int ID_CC_NCOPIES
- See Also:
- Constant Field Values
-
singletonListClass
static final java.lang.Class<?> singletonListClass
-
singletonSetClass
static final java.lang.Class<?> singletonSetClass
-
singletonMapClass
static final java.lang.Class<?> singletonMapClass
-
emptyListClass
static final java.lang.Class<?> emptyListClass
-
emptySetClass
static final java.lang.Class<?> emptySetClass
-
emptyMapClass
static final java.lang.Class<?> emptyMapClass
-
reverseOrderClass
static final java.lang.Class<?> reverseOrderClass
-
reverseOrder2Class
static final java.lang.Class<?> reverseOrder2Class
-
reverseOrder2Field
static final java.lang.reflect.Field reverseOrder2Field
-
nCopiesClass
static final java.lang.Class<?> nCopiesClass
-
enumSetProxyClass
static final java.lang.Class<?> enumSetProxyClass
-
-