Uses of Class
org.apache.olingo.server.api.serializer.ComplexSerializerOptions
Packages that use ComplexSerializerOptions
Package
Description
Olingo Server API - Serializer
-
Uses of ComplexSerializerOptions in org.apache.olingo.server.api.serializer
Methods in org.apache.olingo.server.api.serializer that return ComplexSerializerOptionsModifier and TypeMethodDescriptionComplexSerializerOptions.Builder.build()Builds the OData serializer options.Methods in org.apache.olingo.server.api.serializer with parameters of type ComplexSerializerOptionsModifier and TypeMethodDescriptionODataSerializer.complex(ServiceMetadata metadata, EdmComplexType type, Property property, ComplexSerializerOptions options) Writes complex-type instance data into an InputStream.ODataSerializer.complexCollection(ServiceMetadata metadata, EdmComplexType type, Property property, ComplexSerializerOptions options) Writes data of a collection of complex-type instances into an InputStream. -
Uses of ComplexSerializerOptions in org.apache.olingo.server.core.serializer.json
Methods in org.apache.olingo.server.core.serializer.json with parameters of type ComplexSerializerOptionsModifier and TypeMethodDescriptionODataJsonSerializer.complex(ServiceMetadata metadata, EdmComplexType type, Property property, ComplexSerializerOptions options) ODataJsonSerializer.complexCollection(ServiceMetadata metadata, EdmComplexType type, Property property, ComplexSerializerOptions options) -
Uses of ComplexSerializerOptions in org.apache.olingo.server.core.serializer.xml
Methods in org.apache.olingo.server.core.serializer.xml with parameters of type ComplexSerializerOptionsModifier and TypeMethodDescriptionODataXmlSerializer.complex(ServiceMetadata metadata, EdmComplexType type, Property property, ComplexSerializerOptions options) ODataXmlSerializer.complexCollection(ServiceMetadata metadata, EdmComplexType type, Property property, ComplexSerializerOptions options)