class CFPropertyList::CFInteger

def to_binary(bplist)

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