CLASS - The type to be encoded by an implementation of this interface.CODE - The type that objects are encoded to.public interface Converter<CLASS,CODE>
| Modifier and Type | Method and Description |
|---|---|
CODE |
from(CLASS item) |
CLASS |
to(CODE code) |
Copyright © 2018. All rights reserved.