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 serializerSerializerExceptionCopyright © 2013–2023 The Apache Software Foundation. All rights reserved.