Ejemplo n.º 1
0
 // serialization
 public CryptoNote.ISerializer serialize(CryptoNote.ISerializer s, string name)
 {
     s.beginObject(name);
     s.functorMethod(m_blockchain, "blockchain");
     s.EndObject();
     return(s.functorMethod);
 }