@Deprecated public class RedisEncoding extends Object
| Constructor and Description |
|---|
RedisEncoding()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
decode(String value)
Deprecated.
Decode characters in input string from \\xXX syntax.
|
static String |
encode(String value)
Deprecated.
Encode characters in input string using \\xXX syntax.
|
public static String encode(String value)
value - Input string with characters between 0 and 255Copyright © 2020. All rights reserved.