class CFPropertyList::CFArray

def to_binary(bplist)

convert to binary
def to_binary(bplist)
  bplist.array_to_binary(self)
end