public void Serialize(BlockchainStream stream, object obj)
 {
 }
 public object Deserialize(BlockchainStream stream)
 {
     return(null);
 }