Interface Deserializer<T>

Type Parameters:
T - the type of deserialized value
All Known Subinterfaces:
Composer<T>, SimpleDeserializer<T>
All Known Implementing Classes:
ContextualComposer, EnumComposer, ListComposer, MapComposer, ReferenceComposer, SimpleComposer
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface Deserializer<T>
Represents process of converting configuration element into the Java object
See Also: