Package io.mokamint.application.messages
Class GetPriorityResultMessages.Decoder
java.lang.Object
io.hotmoka.websockets.beans.MappedDecoder<GetPriorityResultMessage,GetPriorityResultMessages.Json>
io.mokamint.application.messages.internal.gson.GetPriorityResultMessageDecoder
io.mokamint.application.messages.GetPriorityResultMessages.Decoder
- All Implemented Interfaces:
io.hotmoka.websockets.beans.api.DecoderText<GetPriorityResultMessage>,jakarta.websocket.Decoder,jakarta.websocket.Decoder.Text<GetPriorityResultMessage>
- Enclosing class:
GetPriorityResultMessages
public static class GetPriorityResultMessages.Decoder
extends io.mokamint.application.messages.internal.gson.GetPriorityResultMessageDecoder
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 -
Method Summary
Methods inherited from class io.hotmoka.websockets.beans.MappedDecoder
decode, willDecodeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.websocket.Decoder
destroy, init
-
Constructor Details
-
Decoder
public Decoder()Creates a new decoder.
-