com.arcao.geocaching.api.impl.live_geocaching_api.builder
Interface JsonSerializable

All Known Subinterfaces:
Filter
All Known Implementing Classes:
CacheCodeFilter, DifficultyFilter, GeocacheExclusionsFilter, GeocacheTypeFilter, ImageData, NotFoundByUsersFilter, NotHiddenByUsersFilter, PointRadiusFilter, TerrainFilter

public interface JsonSerializable

This interface must implement all classes which can be serializable to JSON.

Author:
arcao

Method Summary
 void writeJson(com.google.gson.stream.JsonWriter w)
          Called during serialization process and must be implemented.
 

Method Detail

writeJson

void writeJson(com.google.gson.stream.JsonWriter w)
               throws IOException
Called during serialization process and must be implemented.

Parameters:
w - JsonWriter object for writing output
Throws:
IOException - If I/O error occurs


Copyright © 2012. All Rights Reserved.