class BSON::Binary

def init_with(coder)

Other tags:
    Api: - private
def init_with(coder)
  initialize_instance(coder['data'], coder['type'])
end