单项选择题

class Car implements Serializable { }  
class Ford extends Car { }  
如果试图序列化一个Ford实例,结果为()  

A.编译失败
B.一个对象被序列化
C.两个对象被序列化
D.运行时异常被抛出