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.ODataDeserializerException
ResWrap<Entity> toEntity(InputStream input) throws ODataDeserializerException
input
- stream to be de-serialized.Entity
instance.ODataDeserializerException
ResWrap<Property> toProperty(InputStream input) throws ODataDeserializerException
input
- stream to be de-serialized.ODataDeserializerException
ODataError toError(InputStream input) throws ODataDeserializerException
input
- stream to be parsed and de-serialized.ODataDeserializerException
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.