Interface ClientODataDeserializer
- All Superinterfaces:
ODataDeserializer
-
Method Summary
Modifier and TypeMethodDescriptionfetchTermDefinitionSchema
(List<InputStream> input) Gets all the terms defined in the given input streamtoDelta
(InputStream input) Gets a delta object from the given InputStream.toMetadata
(InputStream input) toServiceDocument
(InputStream input) Gets the ServiceDocument object represented by the given InputStream.Methods inherited from interface org.apache.olingo.client.api.serialization.ODataDeserializer
toEntity, toEntitySet, toError, toProperty
-
Method Details
-
toMetadata
-
fetchTermDefinitionSchema
Gets all the terms defined in the given input stream- Parameters:
input
-- Returns:
-
toServiceDocument
Gets the ServiceDocument object represented by the given InputStream.- Parameters:
input
- stream to be de-serialized.- Returns:
- ServiceDocument object.
- Throws:
ODataDeserializerException
-
toDelta
Gets a delta object from the given InputStream.- Parameters:
input
- stream to be de-serialized.- Returns:
Delta
instance.- Throws:
ODataDeserializerException
-