2 overrides of Serialize
System.Data.Services.Client (2)
parent\Server\System\Data\Services\Epm\EpmCustomContentSerializer.cs (1)
99
protected override void
Serialize
(EpmTargetPathSegment targetSegment, EpmSerializationKind kind)
System\Data\Services\Client\Epm\EpmSyndicationContentSerializer.cs (1)
66
protected override void
Serialize
(EpmTargetPathSegment targetSegment, EpmSerializationKind kind)
6 references to Serialize
System.Data.Services.Client (6)
parent\Server\System\Data\Services\Epm\EpmContentSerializerBase.cs (2)
115
this.
Serialize
(targetSegment, EpmSerializationKind.All);
161
this.
Serialize
(segment, kind);
parent\Server\System\Data\Services\Epm\EpmCustomContentSerializer.cs (2)
166
base.
Serialize
(targetSegment, EpmSerializationKind.Attributes);
180
base.
Serialize
(targetSegment, EpmSerializationKind.Elements);
System\Data\Services\Client\Epm\EpmSyndicationContentSerializer.cs (2)
164
base.
Serialize
(targetSegment, kind);
170
base.
Serialize
(targetSegment, kind);