单项选择题

下面程序中需要对Empleyee的对象进行存储,请在下画线处填入正确的选项。
class Employee implements ______ …

A.Comparable
B.Serializable
C.Cloneable
D.DataInput