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