Exemplo n.º 1
0
 public object DeserializeFrom(Type type, MemoryStream stream)
 {
     return(MongoHelper.FromStream(type, stream));
 }