Interface ODataDeserializer

All Known Subinterfaces:
ClientODataDeserializer

public interface ODataDeserializer
Interface for de-serialization.
  • Method Summary

    Modifier and Type
    Method
    Description
    ResWrap<org.apache.olingo.commons.api.data.Entity>
    Gets an entity object from the given InputStream.
    ResWrap<org.apache.olingo.commons.api.data.EntityCollection>
    Gets an entity set object from the given InputStream.
    org.apache.olingo.commons.api.ex.ODataError
    Gets the ODataError object represented by the given InputStream.
    ResWrap<org.apache.olingo.commons.api.data.Property>
    Gets a property object from the given InputStream.