class CFPropertyList::CFUid

def to_xml(parser)

def to_xml(parser)
  CFDictionary.new({'CF$UID' => CFInteger.new(@value)}).to_xml(parser)
end