public static class JsonSupport.SecureHashDeserializer<T extends SecureHash>
Implemented as a class so that we can instantiate for T.
Constructor and Description |
---|
SecureHashDeserializer()
Implemented as a class so that we can instantiate for T.
|
Modifier and Type | Method and Description |
---|---|
T |
deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext context) |