Esempio n. 1
0
 public StreamJsonPacket()
 {
     this.stream = new StreamJson();
     this._links = new LinksJson();
 }
Esempio n. 2
0
 public SubscribersJsonPacket()
 {
     this.subscriptions = new List <SubscriberJson>();
     this._links        = new LinksJson();
 }
Esempio n. 3
0
 public ProfileJsonPacket()
 {
     this._links = new LinksJson();
 }