Package io.mokamint.application.messages
Class EndBlockMessages.Json
java.lang.Object
io.hotmoka.websockets.beans.AbstractRpcMessageJsonRepresentation<EndBlockMessage>
io.mokamint.application.messages.internal.gson.EndBlockMessageJson
io.mokamint.application.messages.EndBlockMessages.Json
- All Implemented Interfaces:
io.hotmoka.websockets.beans.api.JsonRepresentation<EndBlockMessage>
- Enclosing class:
EndBlockMessages
public static class EndBlockMessages.Json
extends io.mokamint.application.messages.internal.gson.EndBlockMessageJson
Json representation.
-
Constructor Summary
ConstructorsConstructorDescriptionJson(EndBlockMessage message) Creates the Json representation for the given message. -
Method Summary
Methods inherited from class io.mokamint.application.messages.internal.gson.EndBlockMessageJson
getDeadline, getExpectedType, getGroupId, unmapMethods inherited from class io.hotmoka.websockets.beans.AbstractRpcMessageJsonRepresentation
getId, getType
-
Constructor Details
-
Json
Creates the Json representation for the given message.- Parameters:
message- the message
-