Class NodeInfos.Decoder

java.lang.Object
io.hotmoka.websockets.beans.MappedDecoder<NodeInfo,NodeInfos.Json>
io.mokamint.node.NodeInfos.Decoder
All Implemented Interfaces:
io.hotmoka.websockets.beans.api.DecoderText<NodeInfo>, jakarta.websocket.Decoder, jakarta.websocket.Decoder.Text<NodeInfo>
Enclosing class:
NodeInfos

public static class NodeInfos.Decoder extends io.hotmoka.websockets.beans.MappedDecoder<NodeInfo,NodeInfos.Json>
Gson decoder.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface jakarta.websocket.Decoder

    jakarta.websocket.Decoder.Binary<T>, jakarta.websocket.Decoder.BinaryStream<T>, jakarta.websocket.Decoder.Text<T>, jakarta.websocket.Decoder.TextStream<T>
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates a new decoder.
  • Method Summary

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

    decode, willDecode

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface jakarta.websocket.Decoder

    destroy, init
  • Constructor Details

    • Decoder

      public Decoder()
      Creates a new decoder.