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