public class RedisSerializationUtil extends Object
| Constructor and Description |
|---|
RedisSerializationUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Serializable> |
decode(byte[] bytes) |
static <T extends Serializable> |
decode(byte[] bytes,
ClassLoader classLoader) |
static <T extends Serializable> |
encode(T obj) |
public static <T extends Serializable> byte[] encode(T obj)
public static <T extends Serializable> T decode(byte[] bytes)
public static <T extends Serializable> T decode(byte[] bytes, ClassLoader classLoader)
Copyright © 2015. All rights reserved.