diff --git a/xml/System.Xml.Serialization/XmlSerializer.xml b/xml/System.Xml.Serialization/XmlSerializer.xml index e166b67df8f..ebe19d8bb56 100644 --- a/xml/System.Xml.Serialization/XmlSerializer.xml +++ b/xml/System.Xml.Serialization/XmlSerializer.xml @@ -1469,7 +1469,7 @@ xmlSerializer mySerializer=new XmlSerializer(typeof(LargeNumbers)); An array of that maps one type to another. Returns an array of objects created from an array of objects. An array of objects. - To be added. + It is recommended for callers to cache the returned serializer when there are repeated calls to this method. @@ -1596,7 +1596,7 @@ xmlSerializer mySerializer=new XmlSerializer(typeof(LargeNumbers)); method allows you to efficiently create an array of objects for processing an array of objects. + The method allows you to efficiently create an array of objects for processing an array of objects. However, it is recommended for callers to cache the returned serializers when there are repeated calls to this method.