com.gisgraphy.street
Interface IStreetSearchResultsDtoSerializer

All Known Implementing Classes:
StreetSearchResultsDtoSerializer

public interface IStreetSearchResultsDtoSerializer


Method Summary
 void serialize(OutputStream outputStream, com.gisgraphy.serializer.common.OutputFormat outputFormat, com.gisgraphy.domain.valueobject.StreetSearchResultsDto streetSearchResultsDto, boolean indent, Map<String,Object> extraParameters)
           
 

Method Detail

serialize

void serialize(OutputStream outputStream,
               com.gisgraphy.serializer.common.OutputFormat outputFormat,
               com.gisgraphy.domain.valueobject.StreetSearchResultsDto streetSearchResultsDto,
               boolean indent,
               Map<String,Object> extraParameters)
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)
extraParameters - a map that contains named parameters (callback method, startpaginationindex, needed for RSS and ATOM) the parameters can be use for a certain format but not for all)


Copyright © 2012. All Rights Reserved.