@ApplicationScoped public class SerializableConverter extends Object implements Converter<Serializable>
| Constructor and Description |
|---|
SerializableConverter() |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
convert(Value value)
Converts the supplied
Value into the appropriate kind of
object and returns the result. |
public SerializableConverter()
public Serializable convert(Value value)
ConverterValue into the appropriate kind of
object and returns the result.
Implementations of this method must not call the Converter.apply(Value) method.
convert in interface Converter<Serializable>value - the Value to convert; may be nullnull)Copyright © 2019–2020, microBean™. All rights reserved.