Esempio n. 1
0
 void Do()
 {
     ScratchClass sc   = new ScratchClass();
     string       json = Scratch.ScratchClass.Serialize(sc);
 }
Esempio n. 2
0
 static public string Serialize(ScratchClass sc)
 {
     return(string.Empty);
 }