public interface IGeolocResultsDtoSerializer
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(OutputStream outputStream,
com.gisgraphy.serializer.common.OutputFormat outputFormat,
com.gisgraphy.geoloc.GeolocResultsDto geolocResultsDto,
boolean indent,
Map<String,Object> extraParameters) |
void serialize(OutputStream outputStream, com.gisgraphy.serializer.common.OutputFormat outputFormat, com.gisgraphy.geoloc.GeolocResultsDto geolocResultsDto, boolean indent, Map<String,Object> extraParameters)
outputStream - the OutputStream to serialize inoutputFormat - the outputFormat we'd like to serialize the geolocResultsDtogeolocResultsDto - 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.