class CFPropertyList::CFDictionary

def to_binary(bplist)

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