- Type Parameters:
I
- the input component typeO
- the output component typeR
- the serialized type
public interface ComponentSerializer<I extends Component,O extends Component,R>
A
Component
serializer and deserializer.- Since:
- 4.0.0
-
Method Details
-
deserialize
Deserialize a component from input of typeR
.- Parameters:
input
- the input- Returns:
- the component
- Since:
- 4.0.0
-
serialize
Serializes a component into an output of typeR
.- Parameters:
component
- the component- Returns:
- the output
- Since:
- 4.0.0
-