public interface EdmDeltaSerializer
| Modifier and Type | Method and Description |
|---|---|
SerializerResult |
entityCollection(ServiceMetadata metadata,
org.apache.olingo.commons.api.edm.EdmEntityType referencedEntityType,
org.apache.olingo.commons.api.data.Delta delta,
EntityCollectionSerializerOptions options)
Writes collection of delta-response into an InputStream.
|
SerializerResult entityCollection(ServiceMetadata metadata, org.apache.olingo.commons.api.edm.EdmEntityType referencedEntityType, org.apache.olingo.commons.api.data.Delta delta, EntityCollectionSerializerOptions options) throws SerializerException
metadata - metadata for the servicereferencedEntityType - the EdmEntityType or null if not availabledelta - the delta data as entity collectionoptions - options for the serializerSerializerExceptionCopyright © 2013–2022 The Apache Software Foundation. All rights reserved.