| 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<EntityCollection> |
ODataDeserializer.toEntitySet(InputStream input)
Gets an entity set object from the given InputStream.
|
ResWrap<Property> |
ODataDeserializer.toProperty(InputStream input)
Gets a property object from the given InputStream.
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
ODataSerializer.write(Writer writer,
ResWrap<T> container) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.