| Package | Description |
|---|---|
| org.apache.olingo.server.api.serializer |
Olingo Server API - Serializer
|
| org.apache.olingo.server.core.serializer.json | |
| org.apache.olingo.server.core.serializer.xml |
| Modifier and Type | Method and Description |
|---|---|
ComplexSerializerOptions |
ComplexSerializerOptions.Builder.build()
Builds the OData serializer options.
|
| Modifier and Type | Method and Description |
|---|---|
SerializerResult |
ODataSerializer.complex(ServiceMetadata metadata,
EdmComplexType type,
Property property,
ComplexSerializerOptions options)
Writes complex-type instance data into an InputStream.
|
SerializerResult |
ODataSerializer.complexCollection(ServiceMetadata metadata,
EdmComplexType type,
Property property,
ComplexSerializerOptions options)
Writes data of a collection of complex-type instances into an InputStream.
|
| Modifier and Type | Method and Description |
|---|---|
SerializerResult |
ODataJsonSerializer.complex(ServiceMetadata metadata,
EdmComplexType type,
Property property,
ComplexSerializerOptions options) |
SerializerResult |
ODataJsonSerializer.complexCollection(ServiceMetadata metadata,
EdmComplexType type,
Property property,
ComplexSerializerOptions options) |
| Modifier and Type | Method and Description |
|---|---|
SerializerResult |
ODataXmlSerializer.complex(ServiceMetadata metadata,
EdmComplexType type,
Property property,
ComplexSerializerOptions options) |
SerializerResult |
ODataXmlSerializer.complexCollection(ServiceMetadata metadata,
EdmComplexType type,
Property property,
ComplexSerializerOptions options) |
Copyright © 2023. All rights reserved.