0 out of 1 rated this helpful - Rate this topic

DataContractJsonSerializer Properties

The DataContractJsonSerializer type exposes the following members.

  Name Description
Public property DataContractSurrogate Gets a surrogate type that is currently active for a given IDataContractSurrogate instance. Surrogates can extend the serialization or deserialization process.
Public property DateTimeFormat Gets the format of the date and time type items in object graph.
Public property EmitTypeInformation Gets or sets the data contract JSON serializer settings to emit type information.
Public property IgnoreExtensionDataObject Gets a value that specifies whether unknown data is ignored on deserialization and whether the IExtensibleDataObject interface is ignored on serialization.
Public property KnownTypes Gets a collection of types that may be present in the object graph serialized using this instance of the DataContractJsonSerializer.
Public property MaxItemsInObjectGraph Gets the maximum number of items in an object graph that the serializer serializes or deserializes in one read or write call.
Public property SerializeReadOnlyTypes Gets or sets a value that specifies whether to serialize read only types.
Public property UseSimpleDictionaryFormat Gets or sets a value that specifies whether to use a simple dictionary format.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.