com.gisgraphy.domain.geoloc.service.geoloc
Interface IGeolocResultsDtoSerializer

All Known Implementing Classes:
GeolocResultsDtoSerializer

public interface IGeolocResultsDtoSerializer


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

Method Detail

serialize

void serialize(java.io.OutputStream outputStream,
               Output.OutputFormat outputFormat,
               GeolocResultsDto geolocResultsDto,
               boolean indent,
               int startPaginationIndex)
Parameters:
outputStream - the OutputStream to serialize in
outputFormat - the outputFormat we'd like to serialize the geolocResultsDto
geolocResultsDto - the geolocResultsDto to serialize
indent - whether the stream should be indented (if the format support indentation)


Copyright © 2009. All Rights Reserved.