return new Destination() { private String label = dest; public String readLabel() { return label; } };
Parcel8 p = new Parcel8(); Destination d = p.dest("Tanzania");