com.gisgraphy.domain.geoloc.service.geoloc
Interface IStreetSearchResultsDtoSerializer

All Known Implementing Classes:
StreetSearchResultsDtoSerializer

public interface IStreetSearchResultsDtoSerializer


Method Summary
 void serialize(java.io.OutputStream outputStream, Output.OutputFormat outputFormat, StreetSearchResultsDto streetSearchResultsDto, boolean indent, int startPaginationIndex)
           
 

Method Detail

serialize

void serialize(java.io.OutputStream outputStream,
               Output.OutputFormat outputFormat,
               StreetSearchResultsDto streetSearchResultsDto,
               boolean indent,
               int startPaginationIndex)
Parameters:
outputStream - the OutputStream to serialize in
outputFormat - the outputFormat we'd like to serialize the geolocResultsDto
streetSearchResultsDto - the geolocResultsDto to serialize
indent - whether the stream should be indented (if the format support indentation)
startPaginationIndex - the pagination index (needed for RSS and ATOM)


Copyright © 2010. All Rights Reserved.