@Deprecated
public static interface MapSerializerUtil.EscapeInfoProvider
| Modifier and Type | Method and Description |
|---|---|
char |
escape(char c)
Deprecated.
Converts character to its representation in the final string
|
char |
escapeCharacter()
Deprecated.
Escape character to use before escaped characters (before character representations generated by
escape(char) method) |
char |
unescape(char c)
Deprecated.
Converts character representation to original character
|
char escape(char c)
c - character to convertchar unescape(char c)
c - character representationchar escapeCharacter()
escape(char) method)