Package io.hotmoka.websockets.beans.api
Interface JsonRepresentation<T>
- Type Parameters:
T- the type of the represented value
public interface JsonRepresentation<T>
A JSON representation of a value.
-
Method Summary
-
Method Details
-
unmap
Supplies the represented value.- Returns:
- the represented value
- Throws:
Exception- if the represented value cannot be supplied
-