Uses of Class
org.apache.olingo.client.api.serialization.ODataDeserializerException
Packages that use ODataDeserializerException
-
Uses of ODataDeserializerException in org.apache.olingo.client.api.serialization
Methods in org.apache.olingo.client.api.serialization that throw ODataDeserializerExceptionModifier and TypeMethodDescription<T> ResWrap<T>ODataReader.read(InputStream src, String format, Class<T> reference) Parses a stream into the object type specified by the given reference.ODataReader.readEntity(InputStream input, org.apache.olingo.commons.api.format.ContentType contentType) Parses a stream taking care to de-serializes the first OData entity found.ODataReader.readEntitySet(InputStream input, org.apache.olingo.commons.api.format.ContentType contentType) De-Serializes a stream into an OData entity set.org.apache.olingo.commons.api.ex.ODataErrorODataReader.readError(InputStream inputStream, org.apache.olingo.commons.api.format.ContentType contentType) Parses a stream into an OData error.ODataReader.readProperty(InputStream input, org.apache.olingo.commons.api.format.ContentType contentType) Parses a stream taking care to de-serialize the first OData entity property found.ODataReader.readServiceDocument(InputStream input, org.apache.olingo.commons.api.format.ContentType contentType) Parses an OData service document.ResWrap<org.apache.olingo.commons.api.data.Delta>ClientODataDeserializer.toDelta(InputStream input) Gets a delta object from the given InputStream.ResWrap<org.apache.olingo.commons.api.data.Entity>ODataDeserializer.toEntity(InputStream input) Gets an entity object from the given InputStream.ResWrap<org.apache.olingo.commons.api.data.EntityCollection>ODataDeserializer.toEntitySet(InputStream input) Gets an entity set object from the given InputStream.org.apache.olingo.commons.api.ex.ODataErrorODataDeserializer.toError(InputStream input) Gets the ODataError object represented by the given InputStream.ResWrap<org.apache.olingo.commons.api.data.Property>ODataDeserializer.toProperty(InputStream input) Gets a property object from the given InputStream.ClientODataDeserializer.toServiceDocument(InputStream input) Gets the ServiceDocument object represented by the given InputStream.