class Covered::Coverage

def serialize(packer)

def serialize(packer)
	packer.write(@source)
	packer.write(@counts)
	packer.write(@annotations)
end