/// <summary>
 /// 存储前把可序列化属性序列化成PropertyNames和PropertyValues
 /// </summary>
 void ISerializableProperties.Serialize()
 {
     PropertySerializer.Serialize(ref this.propertyNames, ref this.propertyValues);
 }