public interface ODataDeserializer
| Modifier and Type | Method and Description | 
|---|---|
| ResWrap<Entity> | toEntity(InputStream input)Gets an entity object from the given InputStream. | 
| ResWrap<EntityCollection> | toEntitySet(InputStream input)Gets an entity set object from the given InputStream. | 
| ODataError | toError(InputStream input)Gets the ODataError object represented by the given InputStream. | 
| ResWrap<Property> | toProperty(InputStream input)Gets a property object from the given InputStream. | 
ResWrap<EntityCollection> toEntitySet(InputStream input) throws ODataDeserializerException
input - stream to be de-serialized.EntityCollection instance.ODataDeserializerExceptionResWrap<Entity> toEntity(InputStream input) throws ODataDeserializerException
input - stream to be de-serialized.Entity instance.ODataDeserializerExceptionResWrap<Property> toProperty(InputStream input) throws ODataDeserializerException
input - stream to be de-serialized.ODataDeserializerExceptionODataError toError(InputStream input) throws ODataDeserializerException
input - stream to be parsed and de-serialized.ODataDeserializerExceptionCopyright © 2013–2023 The Apache Software Foundation. All rights reserved.