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