| Package | Description | 
|---|---|
| org.apache.olingo.server.api.deserializer | Olingo Server API - Deserializer
 
 The deserializer package is used to condense all about the Olingo deserialization. | 
| Modifier and Type | Method and Description | 
|---|---|
| DeserializerResult | ODataDeserializer. actionParameters(InputStream stream,
                EdmAction edmAction)Deserializes an action-parameters stream into a map of key/value pairs. | 
| DeserializerResult | ODataDeserializer. entity(InputStream stream,
      EdmEntityType edmEntityType)Deserializes an entity stream into an  Entityobject. | 
| DeserializerResult | ODataDeserializer. entityCollection(InputStream stream,
                EdmEntityType edmEntityType)Deserializes an entity collection stream into an  EntityCollectionobject. | 
| DeserializerResult | ODataDeserializer. entityReferences(InputStream stream)Reads entity references from the provided document. | 
| DeserializerResult | ODataDeserializer. property(InputStream stream,
        EdmProperty edmProperty)Deserializes the Property or collections of properties (primitive & complex). | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.