| Package | Description |
|---|---|
| org.apache.olingo.commons.api.serialization |
| Modifier and Type | Method and Description |
|---|---|
ResWrap<Entity> |
ODataDeserializer.toEntity(InputStream input)
Gets an entity object from the given InputStream.
|
ResWrap<EntitySet> |
ODataDeserializer.toEntitySet(InputStream input)
Gets an entity set object from the given InputStream.
|
ODataError |
ODataDeserializer.toError(InputStream input)
Gets the ODataError object represented by the given InputStream.
|
ResWrap<Property> |
ODataDeserializer.toProperty(InputStream input)
Gets a property object from the given InputStream.
|
Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.