1 instantiation of EpmContentDeSerializer
System.Data.Services (1)
System\Data\Services\Serializers\SyndicationDeserializer.cs (1)
425new EpmContentDeSerializer(currentResourceType, result).DeSerialize(
13 references to EpmContentDeSerializer
System.Data.Services (13)
System\Data\Services\Epm\EpmContentDeSerializerBase.cs (4)
28private readonly EpmContentDeSerializer.EpmContentDeserializerState state; 33internal EpmContentDeSerializerBase(SyndicationItem item, EpmContentDeSerializer.EpmContentDeserializerState state) 67internal EpmContentDeSerializer.EpmAppliedPropertyInfo PropertiesApplied 90internal static bool Match(EpmTargetPathSegment targetSegment, EpmContentDeSerializer.EpmAppliedPropertyInfo propertiesApplied)
System\Data\Services\Epm\EpmCustomContentDeSerializer.cs (1)
31internal EpmCustomContentDeSerializer(SyndicationItem item, EpmContentDeSerializer.EpmContentDeserializerState state)
System\Data\Services\Epm\EpmSyndicationContentDeSerializer.cs (1)
28internal EpmSyndicationContentDeSerializer(SyndicationItem item, EpmContentDeSerializer.EpmContentDeserializerState state)
System\Data\Services\Serializers\PlainXmlDeserializer.cs (3)
33private readonly EpmContentDeSerializer.EpmAppliedPropertyInfo propertiesApplied; 56internal PlainXmlDeserializer(XmlReader reader, Deserializer deserializer, EpmContentDeSerializer.EpmAppliedPropertyInfo propertiesApplied) 88internal static void ApplyContent(Deserializer deserializer, XmlReader reader, ResourceType resourceType, object resource, EpmContentDeSerializer.EpmAppliedPropertyInfo propertiesApplied, int currentObjectCount)
System\Data\Services\Serializers\SyndicationDeserializer.cs (4)
290private void ApplyProperties(SyndicationItem item, ResourceType resourceType, EpmContentDeSerializer.EpmAppliedPropertyInfo propertiesApplied, object resource) 419EpmContentDeSerializer.EpmAppliedPropertyInfo propertiesApplied = new EpmContentDeSerializer.EpmAppliedPropertyInfo(); 427new EpmContentDeSerializer.EpmContentDeserializerState { IsUpdateOperation = this.Update, Updatable = this.Updatable, Service = this.Service, PropertiesApplied = propertiesApplied });