Package | Description |
---|---|
org.apache.olingo.server.api.serializer |
Modifier and Type | Method and Description |
---|---|
PrimitiveSerializerOptions |
PrimitiveSerializerOptions.Builder.build()
Builds the OData serializer options.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
ODataSerializer.primitive(EdmPrimitiveType type,
Property property,
PrimitiveSerializerOptions options)
Writes primitive-type instance data into an InputStream.
|
InputStream |
ODataSerializer.primitiveCollection(EdmPrimitiveType type,
Property property,
PrimitiveSerializerOptions options)
Writes data of a collection of primitive-type instances into an InputStream.
|
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.