2 instantiations of PlainXmlDeserializer
System.Data.Services (2)
System\Data\Services\Serializers\Deserializer.cs (1)
177deserializer = new PlainXmlDeserializer(
System\Data\Services\Serializers\PlainXmlDeserializer.cs (1)
92using (PlainXmlDeserializer xml = new PlainXmlDeserializer(reader, deserializer, propertiesApplied))
7 references to PlainXmlDeserializer
System.Data.Services (7)
System\Data\Services\Providers\ResourceType.cs (1)
849currentValue = PlainXmlDeserializer.ConvertValuesForXml(propertyValue, currentSegment, propertyType.InstanceType);
System\Data\Services\Serializers\Deserializer.cs (1)
211return PlainXmlDeserializer.ConvertValuesForXml(value, property.Name, property.Type);
System\Data\Services\Serializers\PlainXmlDeserializer.cs (4)
38/// <summary>Initializes a new <see cref="PlainXmlDeserializer"/> for the specified stream.</summary> 52/// <summary>Initializes a new <see cref="PlainXmlDeserializer"/> based on the settings for another one.</summary> 92using (PlainXmlDeserializer xml = new PlainXmlDeserializer(reader, deserializer, propertiesApplied)) 588propertyValue = PlainXmlDeserializer.ConvertValuesForXml(propertyValue, propertyName, propertyType.InstanceType);
System\Data\Services\Serializers\SyndicationDeserializer.cs (1)
334PlainXmlDeserializer.ApplyContent(this, reader, resourceType, resource, propertiesApplied, this.MaxObjectCount);