| Package | Description | 
|---|---|
| org.apache.olingo.commons.api.data | Contains all the data objects of OData responses and OData requests | 
| org.apache.olingo.server.api.serializer | Olingo Server API - Serializer
 
 The serializer package is used to condense all about the Olingo serialization. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DeltaA Delta instance contains all added and deleted links and all deleted entities. | 
| class  | EntityCollectionData representation for a collection of single entities. | 
| class  | EntityIteratorData representation as an Iterator for a collection of single entities. | 
| Modifier and Type | Method and Description | 
|---|---|
| SerializerResult | EdmAssistedSerializer. entityCollection(ServiceMetadata metadata,
                EdmEntityType referencedEntityType,
                AbstractEntityCollection entityCollection,
                EdmAssistedSerializerOptions options)Writes entity-collection data into an InputStream. | 
| SerializerResult | ODataSerializer. entityCollection(ServiceMetadata metadata,
                EdmEntityType entityType,
                AbstractEntityCollection entitySet,
                EntityCollectionSerializerOptions options)Writes entity-collection data into an InputStream. | 
| SerializerResult | ODataSerializer. referenceCollection(ServiceMetadata metadata,
                   EdmEntitySet edmEntitySet,
                   AbstractEntityCollection entityCollection,
                   ReferenceCollectionSerializerOptions options)Writes entity-collection references into an InputStream. | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.