public interface Adaptor<T extends SerializedValue,G>
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Type type) |
Class<? extends Adaptor<T,G>> |
parent() |
Computation |
tryDeserialize(T value,
G generator) |
boolean matches(Type type)
Computation tryDeserialize(T value, G generator) throws DeserializationException
DeserializationExceptionCopyright © 2016. All rights reserved.