Eterl class

Eterl encoder and decoder.

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pack<T extends Object?>(T toEncode, [int defaultBufferSize = Encoder.defaultBufferSize]) Uint8List
toString() String
A string representation of this object.
inherited
unpack<T extends Object?>(List<int> toDecode) → T
Unpack encoded data from the Erlang External Term Format into a Dart object.
unpacker<T extends Object?>() EterlDecoder<T>

Operators

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