I - the input component typeO - the output component typeR - the serialized typepublic interface ComponentSerializer<I extends Component,O extends Component,R>
Component serializer and deserializer.| Modifier and Type | Method and Description |
|---|---|
O |
deserialize(R input)
Deserialize a component from input of type
R. |
R |
serialize(I component)
Serializes a component into an output of type
R. |