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
Pack a Dart object into the Erlang External Term Format. The encoded data is then returned as a 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>
Returns an EterlDecoder that can be used to decode data from the Erlang.

Operators

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