bert 0.0.3
bert: ^0.0.3 copied to clipboard
ETF (External Term Format) and BERT (Binary ERlang Term) decoder
bert #
ETF (External Term Format) and BERT (Binary ERlang Term) decoder
Description #
This decoder allows you to deserialize data, for example from a socket, which is serialized with :erlang.term_to_binary/1
Usage #
import 'package:bert/bert.dart' as bert;
// List<dynamic> decode(Uint8List buffer)
bert.decode(buffer)