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