Package com.io7m.idstore.protocol.api
Interface IdProtocolToModelType<M>
- Type Parameters:
M- The type of model type
public interface IdProtocolToModelType<M>
An interface describing types that can be converted to model types.
-
Method Summary
-
Method Details
-
toModel
- Returns:
- This value as a model value
- Throws:
IdProtocolException- On errors
-