We have a map application where user defines several polygons with mouse. We want to save these polygon Graphics (which are obviously created with PolygonBuilder class) to a shapefile. After the application is restarted by user, we want to reload these polygons on to the map. Are there any coding examples regarding this issue?