JSONMethodCodec class

MethodCodec with UTF-8 encoded JSON method calls and result envelopes.

Values supported as method arguments and result payloads are those supported by JSONMessageCodec.

Implemented types

Constructors

JSONMethodCodec()
Creates a MethodCodec with UTF-8 encoded JSON method calls and result envelopes.
const

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

decodeEnvelope(ByteData envelope) → dynamic
Decodes the specified result envelope from binary. [...]
override
decodeMethodCall(ByteData methodCall) MethodCall
Decodes the specified methodCall from binary.
override
encodeErrorEnvelope({String code, String message, dynamic details }) ByteData
Encodes an error result into a binary envelope. [...]
override
encodeMethodCall(MethodCall call) ByteData
Encodes the specified methodCall into binary.
override
encodeSuccessEnvelope(dynamic result) ByteData
Encodes a successful result into a binary envelope.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited