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