public class Mapper extends Object
| Constructor and Description |
|---|
Mapper() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
deserialize(byte[] bytes,
Class<T> type) |
static byte[] |
serialize(Object object) |
public static <T> T deserialize(byte[] bytes,
Class<T> type)
throws InvalidJWTException
InvalidJWTExceptionpublic static byte[] serialize(Object object) throws InvalidJWTException
InvalidJWTExceptionCopyright © 2017. All rights reserved.