DataContractJsonSerializer Properties
.NET Framework 4.5
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. |
|
DateTimeFormat | Gets the format of the date and time type items in object graph. |
|
EmitTypeInformation | Gets or sets the data contract JSON serializer settings to emit type information. |
|
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. |
|
SerializeReadOnlyTypes | Gets or sets a value that specifies whether to serialize read only types. |
|
UseSimpleDictionaryFormat | Gets or sets a value that specifies whether to use a simple dictionary format. |