public override void Deserialize(BigEndianReader reader)
 {
     type = new Types.AtlasPointsInformations();
     type.Deserialize(reader);
 }
 public AtlasPointInformationsMessage(Types.AtlasPointsInformations type)
 {
     this.type = type;
 }
 public override void Deserialize(IDataReader reader)
 {
     type = new Types.AtlasPointsInformations();
     type.Deserialize(reader);
 }
 public AtlasPointInformationsMessage(Types.AtlasPointsInformations type)
 {
     this.type = type;
 }
Пример #5
0
 public override void Deserialize(ICustomDataInput reader)
 {
     type = new Types.AtlasPointsInformations();
     type.Deserialize(reader);
 }
 public void Deserialize(IDataReader reader)
 {
     type = new Types.AtlasPointsInformations();
     type.Deserialize(reader);
 }