DataContractJsonSerializer Properties
The DataContractJsonSerializer type exposes the following members.
| Name | Description | |
|---|---|---|
|
DataContractSurrogate | Gets a surrogate type that is currently active for a given IDataContractSurrogate instance. Surrogates can extend the serialization or deserialization process. |
|
IgnoreExtensionDataObject | Gets a value that specifies whether unknown data is ignored on deserialization and whether the IExtensibleDataObject interface is ignored on serialization. |
|
KnownTypes | Gets a collection of types that may be present in the object graph serialized using this instance of the DataContractJsonSerializer. |
|
MaxItemsInObjectGraph | Gets the maximum number of items in an object graph that the serializer serializes or deserializes in one read or write call. |