Serialise to BSRT string
Returns:
the binary encoded BSRT
See Also:
429 430 431
# File 'lib/rtree.rb', line 429 def to_bsrt serialise(Encoding::BINARY) { |io| bsrt_write(io) } end