org.drools.common
Interface DroolsObjectStreamConstants
public interface DroolsObjectStreamConstants
STREAM_MAGIC
static final int STREAM_MAGIC
- See Also:
- Constant Field Values
STREAM_VERSION
static final short STREAM_VERSION
- See Also:
- Constant Field Values
RT_CLASS
static final byte RT_CLASS
- See Also:
- Constant Field Values
RT_SERIALIZABLE
static final byte RT_SERIALIZABLE
- See Also:
- Constant Field Values
RT_REFERENCE
static final byte RT_REFERENCE
- See Also:
- Constant Field Values
RT_EMPTY_SET
static final byte RT_EMPTY_SET
- See Also:
- Constant Field Values
RT_EMPTY_LIST
static final byte RT_EMPTY_LIST
- See Also:
- Constant Field Values
RT_EMPTY_MAP
static final byte RT_EMPTY_MAP
- See Also:
- Constant Field Values
RT_MAP
static final byte RT_MAP
- See Also:
- Constant Field Values
RT_ARRAY
static final byte RT_ARRAY
- See Also:
- Constant Field Values
RT_STRING
static final byte RT_STRING
- See Also:
- Constant Field Values
RT_NULL
static final byte RT_NULL
- See Also:
- Constant Field Values
RT_COLLECTION
static final byte RT_COLLECTION
- See Also:
- Constant Field Values
RT_EXTERNALIZABLE
static final byte RT_EXTERNALIZABLE
- See Also:
- Constant Field Values
RT_ATOMICREFERENCEARRAY
static final byte RT_ATOMICREFERENCEARRAY
- See Also:
- Constant Field Values
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.