| Package | Description |
|---|---|
| org.apache.olingo.server.api.deserializer |
Olingo Server API - Deserializer
|
| org.apache.olingo.server.api.serializer |
Olingo Server API - Serializer
|
| org.apache.olingo.server.core | |
| org.apache.olingo.server.core.deserializer | |
| org.apache.olingo.server.core.serializer |
| Modifier and Type | Method and Description |
|---|---|
EntityMediaObject |
FixedFormatDeserializer.binaryIntoStream(InputStream content)
Reads binary data from an InputStream.
|
| Modifier and Type | Method and Description |
|---|---|
SerializerStreamResult |
FixedFormatSerializer.mediaEntityStreamed(EntityMediaObject mediaEntity)
Writes bytes to an Output stream
|
| Modifier and Type | Method and Description |
|---|---|
static ODataWritableContent.ODataWritableContentBuilder |
ODataWritableContent.with(EntityMediaObject mediaEntity,
FixedFormatSerializerImpl fixedFormatSerializer) |
| Constructor and Description |
|---|
ODataWritableContentBuilder(EntityMediaObject mediaEntity,
FixedFormatSerializerImpl fixedFormatSerializer) |
| Modifier and Type | Method and Description |
|---|---|
EntityMediaObject |
FixedFormatDeserializerImpl.binaryIntoStream(InputStream content) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FixedFormatSerializerImpl.binary(EntityMediaObject mediaEntity,
OutputStream outputStream) |
void |
FixedFormatSerializerImpl.binaryIntoStreamed(EntityMediaObject mediaEntity,
OutputStream outputStream) |
SerializerStreamResult |
FixedFormatSerializerImpl.mediaEntityStreamed(EntityMediaObject mediaEntity) |
Copyright © 2023. All rights reserved.