Package io.mokamint.application.messages
Class AbortBlockMessages.Json
java.lang.Object
io.hotmoka.websockets.beans.AbstractRpcMessageJsonRepresentation<AbortBlockMessage>
io.mokamint.application.messages.internal.gson.AbortBlockMessageJson
io.mokamint.application.messages.AbortBlockMessages.Json
- All Implemented Interfaces:
io.hotmoka.websockets.beans.api.JsonRepresentation<AbortBlockMessage>
- Enclosing class:
AbortBlockMessages
public static class AbortBlockMessages.Json
extends io.mokamint.application.messages.internal.gson.AbortBlockMessageJson
Json representation.
-
Constructor Summary
ConstructorsConstructorDescriptionJson(AbortBlockMessage message) Creates the Json representation for the given message. -
Method Summary
Methods inherited from class io.mokamint.application.messages.internal.gson.AbortBlockMessageJson
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
-