public interface EdmDeltaSerializer
Modifier and Type | Method and Description |
---|---|
SerializerResult |
entityCollection(ServiceMetadata metadata,
EdmEntityType referencedEntityType,
Delta delta,
EntityCollectionSerializerOptions options)
Writes collection of delta-response into an InputStream.
|
SerializerResult entityCollection(ServiceMetadata metadata, EdmEntityType referencedEntityType, 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 serializerSerializerException
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.