class BinData::Array

def to_storage_format(obj)

def to_storage_format(obj)
  element = new_element
  element.assign(obj)
  element
end