Example #1
0
 public void SerializeToStream(object obj, Stream stream)
 {
     MongoHelper.ToStream(obj, stream);
 }