1 write to epmCustomSerializer
System.Data.Services (1)
System\Data\Services\Epm\EpmContentSerializer.cs (1)
66
this.
epmCustomSerializer
= new EpmCustomContentSerializer(this.resourceType.EpmTargetTree, value, targetItem, this.nullValuedProperties, provider);
4 references to epmCustomSerializer
System.Data.Services (4)
System\Data\Services\Epm\EpmContentSerializer.cs (4)
89
Debug.Assert(this.
epmCustomSerializer
!= null, "ResourceType with mapping implies a valid custom content serializer");
90
this.
epmCustomSerializer
.Dispose();
103
Debug.Assert(this.
epmCustomSerializer
!= null, "ResourceType with mapping implies a valid custom content serializer");
104
this.
epmCustomSerializer
.Serialize(provider);