MsgpackCodec class

Msgpack binary codec implementation

Inheritance

Constructors

MsgpackCodec([List<MsgPackExtension> _extensions = const []])
Builds a MsgpackCodec with a optional list of extensions to consider
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decoder(Uint8List bytes, {dynamic fromEncodable(Map<String, dynamic>)?}) BytesReader
Returns a BytesReader implementation that will handle the deserialization
override
encoder({Map<String, dynamic> toEncodable(dynamic)?}) BytesWriter
Returns a BytesWriter implementation that will handle the serialization
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited