public override void Deserialize(ICustomDataReader reader) { this.Type = new AtlasPointsInformations(); this.Type.Deserialize(reader); }
public AtlasPointInformationsMessage InitAtlasPointInformationsMessage(AtlasPointsInformations Type) { this.Type = Type; return(this); }