T - the target typeS - the source typepublic interface InputTypeTranslator<T,S>
| Modifier and Type | Method and Description |
|---|---|
S |
from(T data)
Deserializes a target value into a source value ("input from external").
|
S from(T data) throws IOException
data - the data to be translated backIOException - in case that serialization failsCopyright © 2022. All rights reserved.