java.lang.Object
io.hotmoka.moka.internal.json.NodesInfoOutputJson
io.hotmoka.moka.NodesInfoOutputs.Json
- All Implemented Interfaces:
io.hotmoka.websockets.beans.api.JsonRepresentation<NodesInfoOutput>
- Enclosing class:
NodesInfoOutputs
public static class NodesInfoOutputs.Json
extends io.hotmoka.moka.internal.json.NodesInfoOutputJson
JSON representation.
-
Constructor Summary
ConstructorsConstructorDescriptionJson(NodesInfoOutput output) Creates the JSON representation for the given output. -
Method Summary
Methods inherited from class io.hotmoka.moka.internal.json.NodesInfoOutputJson
getInfo, unmap
-
Constructor Details
-
Json
Creates the JSON representation for the given output.- Parameters:
output- the output
-