public class GsonDeserializer<T> extends Object implements Deserializer<T>
| Constructor and Description |
|---|
GsonDeserializer() |
GsonDeserializer(com.google.gson.Gson gson) |
public GsonDeserializer()
public GsonDeserializer(com.google.gson.Gson gson)
public T deserialize(byte[] bytes) throws DeserializationException
deserialize in interface Deserializer<T>DeserializationExceptionprotected T readValue(byte[] bytes) throws IOException
IOExceptionCopyright © 2014–2020 jsonwebtoken.io. All rights reserved.