Package org.drools.core.common
Interface DroolsObjectStreamConstants
-
public interface DroolsObjectStreamConstants
-
-
Field Summary
Fields Modifier and Type Field Description static byteRT_ARRAYstatic byteRT_ATOMICREFERENCEARRAYstatic byteRT_CLASSstatic byteRT_COLLECTIONstatic byteRT_EMPTY_LISTstatic byteRT_EMPTY_MAPstatic byteRT_EMPTY_SETstatic byteRT_EXTERNALIZABLEstatic byteRT_MAPstatic byteRT_NULLstatic byteRT_REFERENCEstatic byteRT_SERIALIZABLEstatic byteRT_STRINGstatic intSTREAM_MAGICstatic shortSTREAM_VERSION
-
-
-
Field Detail
-
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
-
-