public interface IStreetSearchResultsDtoSerializer
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(OutputStream outputStream,
com.gisgraphy.serializer.common.OutputFormat outputFormat,
com.gisgraphy.domain.valueobject.StreetSearchResultsDto streetSearchResultsDto,
boolean indent,
Map<String,Object> extraParameters) |
void serialize(OutputStream outputStream, com.gisgraphy.serializer.common.OutputFormat outputFormat, com.gisgraphy.domain.valueobject.StreetSearchResultsDto streetSearchResultsDto, boolean indent, Map<String,Object> extraParameters)
outputStream - the OutputStream to serialize inoutputFormat - the outputFormat we'd like to serialize the geolocResultsDtostreetSearchResultsDto - the geolocResultsDto to serializeindent - 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 © 2015. All rights reserved.