ESRI.ArcGIS.ADF.Local | |
PersistenceHelper Class | |
Members See Also Send Feedback |
ESRI.ArcGIS.ADF.Serialization Namespace : PersistenceHelper Class |
Visual Basic (Declaration) | |
---|---|
Public MustInherit NotInheritable Class PersistenceHelper |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public static class PersistenceHelper |
BinaryFormatter is used for the serialization/deserialization. Persistable
ArcObjects are serialized via XMLSerializerClass or XMLPersistedObjectClass in
ESRI.ArcGIS.esriSystem namespace. It also handles advanced custom binding for type lookup
when object is deserialized.
ESRI.ArcGIS.ADF.Serialization.PersistenceHelper