Version

Infragistics.Shared.Serialization Namespace

Classes
 ClassDescription
ClassBinder Controls class loading and mandates what class to load.
ClassCodeDomSerializationInfo Provides information about the serialization of an object at design time
ClassInfragisticsSerializer  
ClassObjectStreamer Serializable class for serializing the properties of another object.
ClassRootValueWrapper Wraps a non-System.Runtime.Serialization.ISerializable value so it can be passed as the root of InfragisticsSerializer.Serialize. The inner value is written as a single System.Runtime.Serialization.SerializationInfo entry, which lets the writer dispatch on the value's actual type (e.g. TypeTag.Image, TypeTag.SerializableFields).
ClassSerializationFactories  
ClassUtils Utility class containing static helper functions
Interfaces
 InterfaceDescription
InterfaceICodeDomSerializable Interface used for receiving design time serialization and deserialization notifications
InterfaceICodeDomSerializableEX Interface used for receiving design time serialization and deserialization notifications including notifications when the manager has completed the serialization process.
Structures
 StructureDescription
StructureCursorWrapper Wrapper class for serializing a System.Windows.Forms.Cursor instance
StructureObjectWrapper Wrapper class for serializing the value of a property whose type is object and whose value is a simple type.
StructureTypeWrapper Wrapper class for serializing a System.Type instance
See Also