Esempio n. 1
0
 public void Deserialize(Runtime.Serialization.IO.CompactReader reader)
 {
    topology  = reader.ReadObject() as String;
    clusterSettings = reader.ReadObject() as Cluster;
 }
Esempio n. 2
0
 public CacheTopology()
 {
     clusterSettings = new Cluster();
 }