org.jboss.serial.objectmetamodel
Interface DataContainerConstants

All Known Implementing Classes:
DataContainer, JBossObjectInputStream, JBossObjectInputStreamSharedTree, JBossObjectOutputStream, JBossObjectOutputStreamSharedTree

public interface DataContainerConstants

$Id: DataContainerConstants.java,v 1.11 2006/05/02 04:45:02 csuconic Exp $

Author:
Clebert Suconic

Field Summary
static byte BOOLEAN
           
static byte BOOLEANOBJ
           
static byte BYTE
           
static byte BYTEARRAY
           
static byte BYTEOBJ
           
static byte CHARACTER
           
static byte CHARACTEROBJ
           
static byte CLASSDEF
           
static byte[] closeSign
           
static byte DOUBLE
           
static byte DOUBLEOBJ
           
static byte FLOAT
           
static byte FLOATOBJ
           
static byte IMMUTABLE_OBJREF
           
static byte INTEGER
           
static byte INTEGEROBJ
           
static byte LONG
           
static byte LONGOBJ
           
static byte NEWDEF
           
static byte NULLREF
           
static byte OBJECTDEF
           
static byte OBJECTREF
           
static byte[] openSign
           
static byte RESET
           
static byte SHORT
           
static byte SHORTOBJ
           
static byte SMARTCLONE_DEF
           
static byte STRING
           
 

Field Detail

CLASSDEF

static final byte CLASSDEF
See Also:
Constant Field Values

OBJECTDEF

static final byte OBJECTDEF
See Also:
Constant Field Values

OBJECTREF

static final byte OBJECTREF
See Also:
Constant Field Values

STRING

static final byte STRING
See Also:
Constant Field Values

DOUBLE

static final byte DOUBLE
See Also:
Constant Field Values

INTEGER

static final byte INTEGER
See Also:
Constant Field Values

LONG

static final byte LONG
See Also:
Constant Field Values

SHORT

static final byte SHORT
See Also:
Constant Field Values

BYTE

static final byte BYTE
See Also:
Constant Field Values

FLOAT

static final byte FLOAT
See Also:
Constant Field Values

CHARACTER

static final byte CHARACTER
See Also:
Constant Field Values

BOOLEAN

static final byte BOOLEAN
See Also:
Constant Field Values

BYTEARRAY

static final byte BYTEARRAY
See Also:
Constant Field Values

DOUBLEOBJ

static final byte DOUBLEOBJ
See Also:
Constant Field Values

INTEGEROBJ

static final byte INTEGEROBJ
See Also:
Constant Field Values

LONGOBJ

static final byte LONGOBJ
See Also:
Constant Field Values

SHORTOBJ

static final byte SHORTOBJ
See Also:
Constant Field Values

BYTEOBJ

static final byte BYTEOBJ
See Also:
Constant Field Values

FLOATOBJ

static final byte FLOATOBJ
See Also:
Constant Field Values

CHARACTEROBJ

static final byte CHARACTEROBJ
See Also:
Constant Field Values

BOOLEANOBJ

static final byte BOOLEANOBJ
See Also:
Constant Field Values

IMMUTABLE_OBJREF

static final byte IMMUTABLE_OBJREF
See Also:
Constant Field Values

SMARTCLONE_DEF

static final byte SMARTCLONE_DEF
See Also:
Constant Field Values

NEWDEF

static final byte NEWDEF
See Also:
Constant Field Values

RESET

static final byte RESET
See Also:
Constant Field Values

NULLREF

static final byte NULLREF
See Also:
Constant Field Values

openSign

static final byte[] openSign

closeSign

static final byte[] closeSign


JBoss Serialization, a new approach to java-serialization.