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