public interface ODataDeserializer extends ClientODataDeserializer
Modifier and Type | Method and Description |
---|---|
ResWrap<Delta> |
toDelta(InputStream input)
Gets a delta object from the given InputStream.
|
XMLMetadata |
toMetadata(InputStream input) |
toServiceDocument
toEntity, toEntitySet, toError, toProperty
XMLMetadata toMetadata(InputStream input)
toMetadata
in interface ClientODataDeserializer
ResWrap<Delta> toDelta(InputStream input) throws ODataDeserializerException
input
- stream to be de-serialized.Delta
instance.ODataDeserializerException
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.