public interface Converter<T,R>
R
convert(T type)
T
restore(R type)
R convert(T type)
T restore(R type)
Copyright © 2015 Omnia Consulting. All rights reserved.