public interface EdmAssistedSerializer
| Modifier and Type | Method and Description | 
|---|---|
| SerializerResult | entityCollection(ServiceMetadata metadata,
                EdmEntityType referencedEntityType,
                AbstractEntityCollection entityCollection,
                EdmAssistedSerializerOptions options)Writes entity-collection data into an InputStream. | 
SerializerResult entityCollection(ServiceMetadata metadata, EdmEntityType referencedEntityType, AbstractEntityCollection entityCollection, EdmAssistedSerializerOptions options) throws SerializerException
metadata - metadata for the servicereferencedEntityType - the EdmEntityType or null if not availableentityCollection - the data of the entity collectionoptions - options for the serializerSerializerExceptionCopyright © 2013–2023 The Apache Software Foundation. All rights reserved.