public interface Deserializer<T>
| Modifier and Type | Method and Description |
|---|---|
T |
deserialize(byte[] bytes) |
T deserialize(byte[] bytes) throws DeserializationException
DeserializationExceptionCopyright © 2014–2020 jsonwebtoken.io. All rights reserved.