Example #1
0
 public override void Deserialize(ICustomDataInput reader)
 {
     Account = new AccountData();
     Account.Deserialize(reader);
 }