org.jboss.marshalling.river
Class Protocol
java.lang.Object
org.jboss.marshalling.river.Protocol
public final class Protocol
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAX_VERSION
public static final int MAX_VERSION
- See Also:
- Constant Field Values
ID_NULL_OBJECT
public static final int ID_NULL_OBJECT
- See Also:
- Constant Field Values
ID_REPEAT_OBJECT
public static final int ID_REPEAT_OBJECT
- 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
public static final int ID_REPEAT_CLASS
- 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