Interface FlatStateDelimiters
-
- All Known Implementing Classes:
FlatStateSerializer
,FlatStateTokenizer
public interface FlatStateDelimiters
This interface defines delimeter constants for the flat object state- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Detail
-
CH_ESCAPE
static final char CH_ESCAPE
- See Also:
- Constant Field Values
-
CH_DELIM
static final char CH_DELIM
- See Also:
- Constant Field Values
-
CH_BRA
static final char CH_BRA
- See Also:
- Constant Field Values
-
CH_KET
static final char CH_KET
- See Also:
- Constant Field Values
-
CH_LESS
static final char CH_LESS
- See Also:
- Constant Field Values
-
STR_NULL
static final java.lang.String STR_NULL
- See Also:
- Constant Field Values
-
-