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