From: Tanaka Akira Date: 2012-02-23T23:11:23+09:00 Subject: [ruby-core:42837] Re: [ruby-trunk - Feature #6065] Allow Bignum marshalling/unmarshalling from C API 2012/2/23 Martin Bosslet : > Would it be OK to add #bindump, #binload and rb_big_uminus > to the public API? I don't understand rb_big_pack/rb_big_unpack is not enough. Although rb_big_pack/rb_big_unpack uses long and depends on native endian, it is not too difficult to convert endian in C. -- Tanaka Akira