예제 #1
0
파일: MongoPacker.cs 프로젝트: superzys/ET
 public void SerializeToStream(object obj, Stream stream)
 {
     MongoHelper.ToStream(obj, stream);
 }