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, ContentType contentType) Parses a stream taking care to de-serializes the first OData entity found.ODataReader.readEntitySet
(InputStream input, ContentType contentType) De-Serializes a stream into an OData entity set.ODataReader.readError
(InputStream inputStream, ContentType contentType) Parses a stream into an OData error.ODataReader.readProperty
(InputStream input, ContentType contentType) Parses a stream taking care to de-serialize the first OData entity property found.ODataReader.readServiceDocument
(InputStream input, ContentType contentType) Parses an OData service document.ClientODataDeserializer.toDelta
(InputStream input) Gets a delta object from the given InputStream.ODataDeserializer.toEntity
(InputStream input) Gets an entity object from the given InputStream.ODataDeserializer.toEntitySet
(InputStream input) Gets an entity set object from the given InputStream.ODataDeserializer.toError
(InputStream input) Gets the ODataError object represented by the given InputStream.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.