| Package | Description | 
|---|---|
| org.apache.olingo.client.api.serialization | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> ResWrap<T> | ODataReader. read(InputStream src,
    String format,
    Class<T> reference)Parses a stream into the object type specified by the given reference. | 
| ClientEntity | ODataReader. readEntity(InputStream input,
          ContentType contentType)Parses a stream taking care to de-serializes the first OData entity found. | 
| ClientEntitySet | ODataReader. readEntitySet(InputStream input,
             ContentType contentType)De-Serializes a stream into an OData entity set. | 
| ODataError | ODataReader. readError(InputStream inputStream,
         ContentType contentType)Parses a stream into an OData error. | 
| ClientProperty | ODataReader. readProperty(InputStream input,
            ContentType contentType)Parses a stream taking care to de-serialize the first OData entity property found. | 
| ClientServiceDocument | ODataReader. readServiceDocument(InputStream input,
                   ContentType contentType)Parses an OData service document. | 
| ResWrap<Delta> | ClientODataDeserializer. toDelta(InputStream input)Gets a delta object from the given InputStream. | 
| ResWrap<Entity> | ODataDeserializer. toEntity(InputStream input)Gets an entity object from the given InputStream. | 
| ResWrap<EntityCollection> | ODataDeserializer. toEntitySet(InputStream input)Gets an entity set object from the given InputStream. | 
| ODataError | ODataDeserializer. toError(InputStream input)Gets the ODataError object represented by the given InputStream. | 
| ResWrap<Property> | ODataDeserializer. toProperty(InputStream input)Gets a property object from the given InputStream. | 
| ResWrap<ServiceDocument> | ClientODataDeserializer. toServiceDocument(InputStream input)Gets the ServiceDocument object represented by the given InputStream. | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.