Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 771 Bytes

extending-encoders-and-serializers.md

File metadata and controls

17 lines (13 loc) · 771 Bytes
description title ms.date ms.assetid
Learn more about: Extending Encoders and Serializers
Extending Encoders and Serializers
03/30/2017
97aec970-d73c-469c-9b93-8b86be701c44

Extending Encoders and Serializers

The topics in this section describe how to extend the Windows Communication Foundation (WCF) serialization system.

In This Section

Data Contract Surrogates
Describes how serialization, deserialization, schema export, and schema import can be customized using a data contract surrogate class.

Custom Message Formatters
Describes custom message formatters, which can be used to control the serialization and deserialization of a WCF message into CLR types.