public interface ClientODataDeserializer extends ODataDeserializer
| Modifier and Type | Method and Description | 
|---|---|
| List<CsdlSchema> | fetchTermDefinitionSchema(List<InputStream> input)Gets all the terms defined in the given input stream | 
| ResWrap<Delta> | toDelta(InputStream input)Gets a delta object from the given InputStream. | 
| XMLMetadata | toMetadata(InputStream input) | 
| ResWrap<ServiceDocument> | toServiceDocument(InputStream input)Gets the ServiceDocument object represented by the given InputStream. | 
toEntity, toEntitySet, toError, toPropertyXMLMetadata toMetadata(InputStream input)
List<CsdlSchema> fetchTermDefinitionSchema(List<InputStream> input)
input - ResWrap<ServiceDocument> toServiceDocument(InputStream input) throws ODataDeserializerException
input - stream to be de-serialized.ODataDeserializerExceptionResWrap<Delta> toDelta(InputStream input) throws ODataDeserializerException
input - stream to be de-serialized.Delta instance.ODataDeserializerExceptionCopyright © 2013–2023 The Apache Software Foundation. All rights reserved.