Package org.drools.base.common
Interface DroolsObjectStreamConstants
public interface DroolsObjectStreamConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final intstatic final short
-
Field Details
-
STREAM_MAGIC
static final int STREAM_MAGIC- See Also:
-
STREAM_VERSION
static final short STREAM_VERSION- See Also:
-
RT_CLASS
static final byte RT_CLASS- See Also:
-
RT_SERIALIZABLE
static final byte RT_SERIALIZABLE- See Also:
-
RT_REFERENCE
static final byte RT_REFERENCE- See Also:
-
RT_EMPTY_SET
static final byte RT_EMPTY_SET- See Also:
-
RT_EMPTY_LIST
static final byte RT_EMPTY_LIST- See Also:
-
RT_EMPTY_MAP
static final byte RT_EMPTY_MAP- See Also:
-
RT_MAP
static final byte RT_MAP- See Also:
-
RT_ARRAY
static final byte RT_ARRAY- See Also:
-
RT_STRING
static final byte RT_STRING- See Also:
-
RT_NULL
static final byte RT_NULL- See Also:
-
RT_COLLECTION
static final byte RT_COLLECTION- See Also:
-
RT_EXTERNALIZABLE
static final byte RT_EXTERNALIZABLE- See Also:
-
RT_ATOMICREFERENCEARRAY
static final byte RT_ATOMICREFERENCEARRAY- See Also:
-