ThinkGeo.com    |     Documentation    |     Premium Support

Serialization

Hi,


Will the full release of the services edition have support for serialization so we can store the map object in SQL?


 



Clint, 
  
 Every class is marked as serializable in Service Edition. We didn’t test all of them but according to the experience, I think all the main classes are serializable. One note here is that as we are using some 3rd part dlls (like projection or raster) which are not serializable, we need to close that object (we provide the close method, like projection.close())before the serialization. 
  
 Thanks, 
  
 Ben