コード例 #1
0
 public void Populate <T>(T item, Stream data) where T : class
 {
     serializer.Populate(item, data);
 }