automorph.codec.json.ArgonautJsonCodec
See theArgonautJsonCodec companion object
Argonaut JSON message codec plugin.
Attributes
- Constructor
-
Creates an Argonaut codec plugin using JSON as message format.
- See also
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait MessageCodec[Json]trait MessageCodecMeta[Json]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Deserializes a node from binary data.
Deserializes a node from binary data.
Value parameters
- data
-
binary data in the specific codec
Attributes
- Returns
-
node
- Definition Classes
Serializes a node as binary data.
Serializes a node as binary data.
Value parameters
- node
-
node
Attributes
- Returns
-
binary data in the specific codec
- Definition Classes
Formats a node as human-readable text.
Formats a node as human-readable text.
Value parameters
- node
-
node
Attributes
- Returns
-
node in human-readable textual form
- Definition Classes
Inherited methods
Decodes a value from a message codec node.
Decodes a value from a message codec node.
Type parameters
- T
-
value type
Value parameters
- node
-
message codec node
Attributes
- Returns
-
value of the specified type
- Definition Classes
-
ArgonautJsonMeta -> MessageCodecMeta
- Inherited from:
- ArgonautJsonMeta (hidden)
Encodes a value as a message codec node.
Encodes a value as a message codec node.
Type parameters
- T
-
value type
Value parameters
- value
-
value of given type
Attributes
- Returns
-
message codec node
- Definition Classes
-
ArgonautJsonMeta -> MessageCodecMeta
- Inherited from:
- ArgonautJsonMeta (hidden)
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article