xstream.aliasField("location-hierarchy", User.class, "locationHierarchy");
xstream.aliasField("georss:point", Location.class, "gpsCoordinate");
xstream.aliasField("georss:box", Location.class, "box");
xstream.aliasField("woeid", Location.class, "whereOnEarthId");
xstream.aliasAttribute(Locations.class, "count", "count");
xstream.aliasAttribute(Locations.class, "start", "start");
xstream.aliasAttribute(Locations.class, "total", "total");
xstream.aliasAttribute(Location.class, "bestGuess", "best-guess");