Package | net.user1.reactor |
Class | public class Tokens |
Inheritance | Tokens ![]() |
Constant | Defined By | ||
---|---|---|---|
RS : String = | [static]
The character used by the client as a record separator when serializing
attributes or any other form of composite data. | Tokens | ||
WILDCARD : String = * [static]
The character used to signify a wildcard at the end of a room qualifier. | Tokens |
RS | Constant |
public static const RS:String = |
Since : | Reactor 1.0.0 |
The character used by the client as a record separator when serializing attributes or any other form of composite data. This character defaults to "|" and must not be used in attribute names or values. Methods in the Reactor API that perform serialization or deserialization will add a warning to the client-side log if this character is used inappropriately.
See also
WILDCARD | Constant |
public static const WILDCARD:String = *
Since : | Reactor 1.0.0 |
The character used to signify a wildcard at the end of a room qualifier. Defaults to (asterisk). In a fully qualified room ID, this character is legal as the last character only, and only after a period (.). See the Validator class. Methods in the Reactor API that perform serialization or deserialization will add a warning to the client-side log if this character is used inappropriately.
See also