| Package | Description | 
|---|---|
| org.apache.olingo.client.api.serialization | |
| org.apache.olingo.commons.api.data | Contains all the data objects of OData responses and OData requests | 
| org.apache.olingo.server.api.deserializer | Olingo Server API - Deserializer
 
 The deserializer package is used to condense all about the Olingo deserialization. | 
| 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 | Method and Description | 
|---|---|
| Property | ODataBinder. getProperty(ClientProperty property)Gets a Property from the given OData property. | 
| Modifier and Type | Method and Description | 
|---|---|
| ResWrap<Property> | ODataDeserializer. toProperty(InputStream input)Gets a property object from the given InputStream. | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientProperty | ODataBinder. getODataProperty(ResWrap<Property> resource)Gets an ODataProperty from the given property resource. | 
| Modifier and Type | Method and Description | 
|---|---|
| Property | Entity. getProperty(String name)Gets property with given name. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Property> | Entity. getProperties()Gets properties. | 
| List<Property> | ComplexValue. getValue()Get list of all values for this ComplexValue. | 
| Modifier and Type | Method and Description | 
|---|---|
| Entity | Entity. addProperty(Property property)Add property to this Entity. | 
| Modifier and Type | Method and Description | 
|---|---|
| Property | DeserializerResult. getProperty()Returns a Property or collections of properties (primitive & complex). | 
| Modifier and Type | Method and Description | 
|---|---|
| SerializerResult | ODataSerializer. complex(ServiceMetadata metadata,
       EdmComplexType type,
       Property property,
       ComplexSerializerOptions options)Writes complex-type instance data into an InputStream. | 
| SerializerResult | ODataSerializer. complexCollection(ServiceMetadata metadata,
                 EdmComplexType type,
                 Property property,
                 ComplexSerializerOptions options)Writes data of a collection of complex-type instances into an InputStream. | 
| SerializerResult | ODataSerializer. primitive(ServiceMetadata metadata,
         EdmPrimitiveType type,
         Property property,
         PrimitiveSerializerOptions options)Writes primitive-type instance data into an InputStream. | 
| SerializerResult | ODataSerializer. primitiveCollection(ServiceMetadata metadata,
                   EdmPrimitiveType type,
                   Property property,
                   PrimitiveSerializerOptions options)Writes data of a collection of primitive-type instances into an InputStream. | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.