Package io.protostuff
Interface ListAdapter.Converter<F,T>
-
- Enclosing class:
- ListAdapter<F,T>
public static interface ListAdapter.Converter<F,T>
Convert individual elements of the List from F to T.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
convert(F from)
-