Interface EdmDeltaSerializer


public interface EdmDeltaSerializer
  • Method Details

    • entityCollection

      SerializerResult entityCollection(ServiceMetadata metadata, EdmEntityType referencedEntityType, Delta delta, EntityCollectionSerializerOptions options) throws SerializerException
      Writes collection of delta-response into an InputStream. Information from the EDM is used in addition to information from the data and preferred, but the serializer works without any EDM information as well. Linked data is always written as expanded items (so closed reference loops have to be avoided).
      Parameters:
      metadata - metadata for the service
      referencedEntityType - the EdmEntityType or null if not available
      delta - the delta data as entity collection
      options - options for the serializer
      Throws:
      SerializerException