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