public static interface MapSerializerUtil.EscapeInfoProvider
| Modifier and Type | Method and Description |
|---|---|
char |
escape(char c)
Converts character to its representation in the final string
|
char |
escapeCharacter()
Escape character to use before escaped characters (before character representations generated by
escape(char) method) |
char escape(char c)
c - character to convertchar escapeCharacter()
escape(char) method)Copyright © 2015. All rights reserved.