Class GetInitialStateIdResultMessages.Json

java.lang.Object
io.hotmoka.websockets.beans.AbstractRpcMessageJsonRepresentation<GetInitialStateIdResultMessage>
io.mokamint.application.messages.internal.gson.GetInitialStateIdResultMessageJson
io.mokamint.application.messages.GetInitialStateIdResultMessages.Json
All Implemented Interfaces:
io.hotmoka.websockets.beans.api.JsonRepresentation<GetInitialStateIdResultMessage>
Enclosing class:
GetInitialStateIdResultMessages

public static class GetInitialStateIdResultMessages.Json extends io.mokamint.application.messages.internal.gson.GetInitialStateIdResultMessageJson
Json representation.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates the Json representation for the given message.
  • Method Summary

    Methods inherited from class io.mokamint.application.messages.internal.gson.GetInitialStateIdResultMessageJson

    getExpectedType, getResult, unmap

    Methods inherited from class io.hotmoka.websockets.beans.AbstractRpcMessageJsonRepresentation

    getId, getType

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details