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 serializerSerializerException
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.