public void Serialize(DateTime val)
 {
     tw.Write(bw, val);
 }