| Class | Description |
|---|---|
| AtomEntryEntityProducer |
Serializes an ATOM entry.
|
| AtomFeedProducer |
Serializes an ATOM feed.
|
| AtomServiceDocumentProducer |
Writes the OData service document in XML.
|
| JsonCollectionEntityProducer |
Provider for writing a collection of simple-type or complex-type instances in JSON.
|
| JsonDeletedEntryEntityProducer | |
| JsonEntryEntityProducer |
Producer for writing an entity in JSON, also usable for function imports
returning a single instance of an entity type.
|
| JsonErrorDocumentProducer | |
| JsonFeedEntityProducer |
Producer for writing an entity collection (a feed) in JSON.
|
| JsonLinkEntityProducer |
Producer for writing a link in JSON.
|
| JsonLinksEntityProducer |
Producer for writing a link collection in JSON.
|
| JsonPropertyEntityProducer |
Producer for writing a single simple or complex property in JSON, also usable
for function imports returning a single instance of a simple or complex type.
|
| JsonServiceDocumentProducer |
Writes the OData service document in JSON.
|
| TombstoneProducer | |
| XmlCollectionEntityProducer |
Provider for writing a collection of simple-type or complex-type instances
|
| XmlErrorDocumentProducer | |
| XmlLinkEntityProducer |
Provider for writing a single link.
|
| XmlLinksEntityProducer |
Provider for writing a collection of links
|
| XmlMetadataProducer | |
| XmlPropertyEntityProducer |
Internal EntityProvider for simple and complex EDM properties which are pre-analyzed as
EntityPropertyInfo. |
Copyright © 2020. All rights reserved.