Uses of Class
org.apache.olingo.client.api.serialization.ODataDeserializerException
Packages that use ODataDeserializerException
Package
Description
-
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. -
Uses of ODataDeserializerException in org.apache.olingo.client.core.data
Methods in org.apache.olingo.client.core.data that throw ODataDeserializerExceptionModifier and TypeMethodDescriptionJSONServiceDocumentDeserializer.toServiceDocument(InputStream input) XMLServiceDocumentDeserializer.toServiceDocument(InputStream input) -
Uses of ODataDeserializerException in org.apache.olingo.client.core.serialization
Methods in org.apache.olingo.client.core.serialization that throw ODataDeserializerExceptionModifier and TypeMethodDescription<T> ResWrap<T>ODataReaderImpl.read(InputStream src, String format, Class<T> reference) ODataReaderImpl.readEntity(InputStream input, ContentType contentType) ODataReaderImpl.readEntitySet(InputStream input, ContentType contentType) ODataReaderImpl.readError(InputStream inputStream, ContentType contentType) ODataReaderImpl.readProperty(InputStream input, ContentType contentType) ODataReaderImpl.readServiceDocument(InputStream input, ContentType contentType) ClientODataDeserializerImpl.toDelta(InputStream input) JsonDeltaDeserializer.toDelta(InputStream input) AtomDeserializer.toEntity(InputStream input) ClientODataDeserializerImpl.toEntity(InputStream input) JsonDeserializer.toEntity(InputStream input) AtomDeserializer.toEntitySet(InputStream input) ClientODataDeserializerImpl.toEntitySet(InputStream input) JsonDeserializer.toEntitySet(InputStream input) AtomDeserializer.toError(InputStream input) ClientODataDeserializerImpl.toError(InputStream input) JsonDeserializer.toError(InputStream input) AtomDeserializer.toProperty(InputStream input) ClientODataDeserializerImpl.toProperty(InputStream input) JsonDeserializer.toProperty(InputStream input) ClientODataDeserializerImpl.toServiceDocument(InputStream input)