uwiger / sext

Sortable Erlang Term Serialization
Apache License 2.0
106 stars 52 forks source link

support legacy bignum encoding in arbitrary terms #7

Closed jrwest closed 11 years ago

jrwest commented 11 years ago

adds encode/2 which takes a boolean indicating whether or not to encode bignums using the legacy encoding. removes legacy_encode_bignum/1 since the same functionality is supported by encode/2

uwiger commented 11 years ago

Thanks. I added some documentation and merged into master. Tagged as 1.1

jrwest commented 11 years ago

great! thanks @uwiger.